public enum CategoryOperator : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum CategoryOperator Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum CategoryOperator : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum CategoryOperator Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
IsEqual | Returns True if the ArcGIS.Core.Data.UtilityNetwork.AssetType of the row is assigned the specified Category. |
IsNotEqual | Returns True if the ArcGIS.Core.Data.UtilityNetwork.AssetType of the row is not assigned the specified Category. |
// 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, Windows 8.1