ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork.Telecom Namespace / Circuit Class / SetSectioned Method
Whether the circuit will be sectioned.

In This Topic
    SetSectioned Method
    In This Topic
    Sets whether the circuit is sectioned. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    Public Sub SetSectioned( _
       ByVal isSectioned As Boolean _
    ) 
    public void SetSectioned( 
       bool isSectioned
    )

    Parameters

    isSectioned
    Whether the circuit will be sectioned.
    Exceptions
    ExceptionDescription
    A geodatabase-related exception has occurred.
    Remarks
    If the circuit is sectioned, both the start location (GetStartLocation) and the stop location (GetStopLocation) will be empty.
    Requirements

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

    ArcGIS Pro version: 3.7 or higher.
    See Also