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

In This Topic
    SetStopLocation Method (Circuit)
    In This Topic
    Sets the stop location of the circuit. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    Public Sub SetStopLocation( _
       ByVal stopLocation As CircuitLocation _
    ) 
    public void SetStopLocation( 
       CircuitLocation stopLocation
    )

    Parameters

    stopLocation
    The new stop 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