ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork.Telecom Namespace / CircuitSection Class / SetStartLocation Method
The new start location of the circuit section.

In This Topic
    SetStartLocation Method (CircuitSection)
    In This Topic
    Sets the start location of the circuit section. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    Public Sub SetStartLocation( _
       ByVal startLocation As CircuitLocation _
    ) 
    public void SetStartLocation( 
       CircuitLocation startLocation
    )

    Parameters

    startLocation
    The new start location of the circuit section.
    Exceptions
    ExceptionDescription
    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