ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork.Trace Namespace / TraceArgument Class / TraceArgument Constructor / TraceArgument Constructor(Subnetwork)
The Subnetwork whose controllers are used as starting points for the trace.

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

    Parameters

    subnetwork
    The Subnetwork whose controllers are used as starting points for the trace.
    Exceptions
    ExceptionDescription
    subnetwork is null.
    Remarks
    This constructor is only supported by SubnetworkTracer.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also