ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork Namespace / SubnetworkManager Class / GetSubnetworks Method
The specified tier from which to retrieve the subnetworks.
The states the subnetworks to be retrieved are in.

In This Topic
    GetSubnetworks Method
    In This Topic
    Gets the list of Subnetwork in the Tier specified by tier whose SubnetworkStates are in subnetworkStates. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax

    Parameters

    tier
    The specified tier from which to retrieve the subnetworks.
    subnetworkStates
    The states the subnetworks to be retrieved are in.

    Return Value

    Exceptions
    ExceptionDescription
    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