

{
// This routine updates all dirty subnetworks in a given tier and refreshes the map view
static void UpdateAllDirtySubnetworks(UtilityNetwork utilityNetwork, Tier tier, MapView mapView)
{
using SubnetworkManager subnetworkManager = utilityNetwork.GetSubnetworkManager();
subnetworkManager.UpdateAllSubnetworks(tier, true);
mapView.Redraw(true);
}
}
System.Object
ArcGIS.Core.Data.UtilityNetwork.Tier
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)