ArcGIS Pro 3.6 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork.Trace Namespace / TraceArgument Class / TraceArgument Constructor / TraceArgument Constructor(Circuit)
The circuit for the trace.

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

    Parameters

    circuit
    The circuit for the trace.
    Exceptions
    ExceptionDescription
    circuit is null.
    Remarks
    This constructor is only supported by ArcGIS.Core.Internal.Data.UtilityNetwork.Telecom.CircuitTracer.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.6 or higher.
    See Also