ArcGIS Pro 2.6 API Reference Guide
GetServiceTerritoryEnvelope Method

ArcGIS.Core.Data.UtilityNetwork Namespace > UtilityNetworkDefinition Class : GetServiceTerritoryEnvelope Method
Gets an ArcGIS.Core.Geometry.Envelope representing the maximum extent of the data that has been stored in the ArcGIS.Core.Data.UtilityNetwork. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public Envelope GetServiceTerritoryEnvelope()
Public Function GetServiceTerritoryEnvelope() As Envelope

Return Value

An ArcGIS.Core.Geometry.Envelope representing the maximum extent of the data that has been stored in the ArcGIS.Core.Data.UtilityNetwork.
Remarks
This extent is identical to the one returned by UtilityNetwork.GetExtent.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

UtilityNetworkDefinition Class
UtilityNetworkDefinition Members