ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork Namespace / SubnetworkManager Class / GetSubnetwork Method
The name of the subnetwork.

In This Topic
    GetSubnetwork Method
    In This Topic
    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.
    This method or property must be called within the lambda passed to QueuedTask.Run
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also