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

In This Topic
    Subcircuit Constructor
    In This Topic
    Constructs a subcircuit object.
    Syntax
    Public Function New( _
       ByVal circuitManager As CircuitManager _
    )
    public Subcircuit( 
       CircuitManager circuitManager
    )

    Parameters

    circuitManager
    The circuit manager that this subcircuit 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