ArcGIS Pro 2.6 API Reference Guide
GetSubnetwork Method

ArcGIS.Core.Data.UtilityNetwork Namespace > SubnetworkManager Class : GetSubnetwork Method
The name of the subnetwork.
Gets the Subnetwork specified by name. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public Subnetwork GetSubnetwork( 
   string name
)
Public Function GetSubnetwork( _
   ByVal name As String _
) As Subnetwork

Parameters

name
The name of the subnetwork.

Return Value

A specific Subnetwork instance corresponding to name in the utility network. If the subnetwork does not exist, null is returned.
Exceptions
ExceptionDescription
name is null or an empty string.
A geodatabase-related exception has occurred.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

SubnetworkManager Class
SubnetworkManager Members