ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork Namespace / Subnetwork Class / GetState Method

In This Topic
    GetState Method (Subnetwork)
    In This Topic
    Returns the state of the subnetwork. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    Public Function GetState() As SubnetworkStates
    public SubnetworkStates GetState()

    Return Value

    The current state of the subnetwork.
    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also