ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork.Telecom Namespace / Subcircuit Class / SetState Method
The state of the subcircuit.

In This Topic
    SetState Method
    In This Topic
    Sets the state of the subcircuit. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    Public Sub SetState( _
       ByVal state As SubcircuitState _
    ) 
    public void SetState( 
       SubcircuitState state
    )

    Parameters

    state
    The state of the subcircuit.
    Exceptions
    ExceptionDescription
    state is not a valid SubcircuitState value.
    A geodatabase-related exception has occurred.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.7 or higher.
    See Also