ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork.Telecom Namespace / Circuit Class / GetCircuitSections Method

In This Topic
    GetCircuitSections Method
    In This Topic
    Gets the circuit sections dictionary representing the logical connectivity between circuit sections as a directed adjacency list. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax

    Return Value

    A read-only dictionary where each key is a CircuitSection that connects to the other CircuitSections represented by the key's value in sequential or parallel order. Returns an empty dictionary if no sections exist.
    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