ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork.Telecom Namespace / Circuit Class / Circuit Constructor
The circuit manager that this circuit will be associated with.

In This Topic
    Circuit Constructor
    In This Topic
    Initializes a new instance of the Circuit class.
    Syntax
    Public Function New( _
       ByVal circuitManager As CircuitManager _
    )
    public Circuit( 
       CircuitManager circuitManager
    )

    Parameters

    circuitManager
    The circuit manager that this circuit will be associated with.
    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