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

In This Topic
    SetSectionType Method
    In This Topic
    Sets the section type of the circuit section. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    Public Sub SetSectionType( _
       ByVal circuitSectionType As CircuitSectionType _
    ) 
    public void SetSectionType( 
       CircuitSectionType circuitSectionType
    )

    Parameters

    circuitSectionType
    The new section type of the circuit section.
    Exceptions
    ExceptionDescription
    circuitSectionType is not a valid CircuitSectionType value.
    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