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
Target | Versions |
---|---|
.NET Standard 2.0 | 100.9 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.9 - 200.5 |
Xamarin.Android | 100.9 - 100.15 |
Xamarin.iOS | 100.9 - 100.15 |
UWP | 100.9 - 200.5 |