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


In This Topic
    TraceConfiguration Class Properties
    In This Topic

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

    Public Properties
     NameDescription
    Public Property Gets or sets a value indicating whether features with indeterminate flow will be traced. The default value is true.  
    Public PropertyThe DomainNetwork from which to start the trace.  
    Public Property Defines filter criteria for the trace.  
    Public Property A list of Functions to compute while executing the trace.  
    Public Property Indicates whether or not to ignore barriers at starting points.  
    Public Property Determines whether or not the elements that stop the trace are included in the trace results.  
    Public Property Indicates whether to include containers of trace results as additional results.  
    Public Property Indicates whether to include content of container trace results as additional results.  
    Public PropertyWhen used in conjunction with the IsolationTracer, this option determines whether isolated features are returned in the trace results.  
    Public Property Indicates whether to include structures attached to results as additional results.  
    Public PropertySpecifies whether the containers returned will be limited to only those encountered up to, and including, the first spatial container for each network element in the trace results. If no spatial containers are encountered but nonspatial containers are present for a given network element, all nonspatial containers will be included in the results. This parameter is only available when IncludeContainers is true.  
    Public PropertyA list of ArcGIS.Core.Data.UtilityNetwork.AssetType objects to indicate inclusion in trace results.  
    Public Property A conditional expression that determines which rows should be included in the trace results.  
    Public Property A list of Propagators to execute while performing the trace.  
    Public PropertyThe ArcGIS.Core.Data.UtilityNetwork.NetworkAttribute used to calculate the shortest path when using the ShortestPathTracer.  
    Public PropertyThe ArcGIS.Core.Data.UtilityNetwork.Tier that is used as the start of the trace.  
    Public PropertyThe ArcGIS.Core.Data.UtilityNetwork.Tier that is used to constrain the tiers returned by the UpstreamTracer and DownstreamTracer traces.  
    Public Property Defines the criteria for stopping further traversal during a trace.  
    Public Property Indicates whether to validate network consistency as part of the trace operation.  
    Public Property Specifies whether an error will be returned during a trace if nonspatial junction or edge objects are encountered without the necessary containment, attachment, or connectivity association in their association hierarchy of the traversed objects. This parameter ensures that nonspatial objects returned by a trace or update subnetwork operation can be located through an association with features or other locatable objects.  
    Top
    See Also