Name | Description | |
---|---|---|
TraceConfiguration Constructor | Creates a new instance of the TraceConfiguration class. |
The following tables list the members exposed by TraceConfiguration.
Name | Description | |
---|---|---|
TraceConfiguration Constructor | Creates a new instance of the TraceConfiguration class. |
Name | Description | |
---|---|---|
AllowIndeterminateFlow | Gets or sets a value indicating whether features with indeterminate flow will be traced. The default value is true. | |
DomainNetwork | The DomainNetwork from which to start the trace. | |
Filter | Defines filter criteria for the trace. | |
Functions | A list of Functions to compute while executing the trace. | |
IgnoreBarriersAtStartingPoints | Indicates whether or not to ignore barriers at starting points. | |
IncludeBarriersWithResults | Determines whether or not the elements that stop the trace are included in the trace results. | |
IncludeContainers | Indicates whether to include containers of trace results as additional results. | |
IncludeContent | Indicates whether to include content of container trace results as additional results. | |
IncludeIsolatedFeatures | When used in conjunction with the IsolationTracer, this option determines whether isolated features are returned in the trace results. | |
IncludeStructures | Indicates whether to include structures attached to results as additional results. | |
IncludeUpToFirstSpatialContainer | Specifies 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. | |
OutputAssetTypes | A list of ArcGIS.Core.Data.UtilityNetwork.AssetType objects to indicate inclusion in trace results. | |
OutputCondition | A conditional expression that determines which rows should be included in the trace results. | |
Propagators | A list of Propagators to execute while performing the trace. | |
ShortestPathNetworkAttribute | The ArcGIS.Core.Data.UtilityNetwork.NetworkAttribute used to calculate the shortest path when using the ShortestPathTracer. | |
SourceTier | The ArcGIS.Core.Data.UtilityNetwork.Tier that is used as the start of the trace. | |
TargetTier | The ArcGIS.Core.Data.UtilityNetwork.Tier that is used to constrain the tiers returned by the UpstreamTracer and DownstreamTracer traces. | |
Traversability | Defines the criteria for stopping further traversal during a trace. | |
UseDigitizedDirection | Gets or sets a value indicating whether trace will use the flow direction. The default value is false. | |
ValidateConsistency | Indicates whether to validate network consistency as part of the trace operation. | |
ValidateLocatability | 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. |