ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork.Trace Namespace / TraceArgument Class


In This Topic
    TraceArgument Class Properties
    In This Topic

    For a list of all members of this type, see TraceArgument members.

    Public Properties
     NameDescription
    Public PropertyAn optional set of ArcGIS.Core.Data.UtilityNetwork.Element that acts as physical barriers to stop a trace.  
    Public Property Additional tracing configuration parameters  
    Public PropertyAn optional set of ArcGIS.Core.Data.UtilityNetwork.Element objects that act as filter barriers. A regular barrier prevents traversal, which, when used with subnetwork-based traces, can prevent traversal to the subnetwork controller. Like a Filter, filter barriers are evaluated in the second pass of a trace. Therefore, it can restrict the result set without impacting the ability to find subnetwork controllers from starting points.  
    Public Property Gets or sets the types of result for trace output.  
    Public Property The starting locations from which to originate the trace.  
    Public Property The Subnetwork whose controllers is used to generate starting points for the trace.  
    Top
    See Also