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

In This Topic
    SetStartLocation Method (Circuit)
    In This Topic
    Sets the start location of the circuit. 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.
    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