CategoryComparison Constructor
Initializes a new instance of the
CategoryComparison class.
Create an output condition
{
// This routine creates an output condition to filter trace results to only include features with the "Service Point" category assigned
static void CreateOutputFilter(TraceConfiguration traceConfiguration)
{
// 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");
}
}
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)
ArcGIS Pro version: 3.0 or higher.