Show / Hide Table of Contents

Property OutputCondition

OutputCondition

Gets or sets a condition object which specifies what to include in the trace results.

Declaration
public UtilityTraceCondition OutputCondition { get; set; }
Property Value
Type Description
UtilityTraceCondition

A condition object which specifies what to include in the trace results.

Remarks

Only elements that satisfy this UtilityTraceCondition are included in the trace result. This condition may perform comparisons against network attributes (UtilityNetworkAttributeComparison) and categories (UtilityCategoryComparison), or both (UtilityTraceAndCondition, UtilityTraceOrCondition). This property is independent of barriers in the Traversability or Filter. This is applied after all other tracing calculations, including traversal, filters, and function calculation. If this is null and OutputAssetTypes is empty, all elements are returned. Otherwise, elements which match either of these criteria are returned.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.9 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.9 - 200.7
Xamarin.Android100.9 - 100.15
Xamarin.iOS100.9 - 100.15
UWP100.9 - 200.7
In This Article
Back to top Copyright © 2022 Esri.