CategoryOperator Enumeration
The operators that can be used in
CategoryComparison comparisons.
Create an output condition
// Create an output category to filter the trace results to only include
// features with the "Service Point" category assigned
traceConfiguration.OutputCondition = new CategoryComparison(CategoryOperator.IsEqual, "Service Point");
System.Object
System.ValueType
System.Enum
ArcGIS.Core.Data.UtilityNetwork.Trace.CategoryOperator
Target Platforms: Windows 11, Windows 10
ArcGIS Pro version: 3 or higher.