ArcGIS Pro 2.8 API Reference Guide
OutputCondition Property

ArcGIS.Core.Data.UtilityNetwork.Trace Namespace > TraceConfiguration Class : OutputCondition Property
A conditional expression that determines which rows should be included in the trace results.
Syntax
public Condition OutputCondition {get; set;}
Public Property OutputCondition As Condition
Remarks
Output conditions are applied after all other tracing calculations, including traversal, filters, and function calculation. The Condition can perform comparisons against network attributes (NetworkAttributeComparison), categories (CategoryComparison), or both. If this property and OutputAssetTypes are both null, all rows are returned. Otherwise, rows which match either of these criteria are returned.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

TraceConfiguration Class
TraceConfiguration Members