ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork.Telecom Namespace / Circuit Class / SetCircuitType Method
The new circuit type of the circuit.

In This Topic
    SetCircuitType Method
    In This Topic
    Sets the circuit type. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    Public Sub SetCircuitType( _
       ByVal circuitType As CircuitType _
    ) 
    public void SetCircuitType( 
       CircuitType circuitType
    )

    Parameters

    circuitType
    The new circuit type of the circuit.
    Exceptions
    ExceptionDescription
    circuitType is not a valid CircuitType value.
    A geodatabase-related exception has occurred.
    Remarks
    A virtual circuit does not require traversability between its start and stop locations. If a virtual circuit is also a sectioned circuit, the circuit must have at least one virtual section.
    Requirements

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

    ArcGIS Pro version: 3.7 or higher.
    See Also