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

In This Topic
    GetState Method (UtilityNetwork)
    In This Topic
    Gets a UtilityNetworkState representing the current state of the utility network. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public UtilityNetworkState GetState()
    Public Function GetState() As UtilityNetworkState

    Return Value

    A UtilityNetworkState representing the current state of the utility network.
    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