ArcGIS Pro 2.9 API Reference Guide
TraceArgument Constructor(Subnetwork)

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.
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, Windows 8.1

See Also

Reference

TraceArgument Class
TraceArgument Members
Overload List