Provides access to members that specify the properties of a utility network trace condition.
Members
Name | Description | |
---|---|---|
CombineUsingOr | Returns combine using or. | |
IsSpecificValue | Returns is specific value. | |
Name | Returns the name (e.g., network attribute name or category name). | |
Operator | Returns the operator. | |
SchemaGeneration | Returns schema generation. | |
Type | Returns the type. | |
Value | Returns the value. |
IUNCondition.CombineUsingOr Property
Returns combine using or.
Public Property CombineUsingOr As Boolean
public bool CombineUsingOr {get; set;}
IUNCondition.IsSpecificValue Property
Returns is specific value.
Public Property IsSpecificValue As Boolean
public bool IsSpecificValue {get; set;}
IUNCondition.Name Property
Returns the name (e.g., network attribute name or category name).
Public Property Name As String
public string Name {get; set;}
IUNCondition.Operator Property
Returns the operator.
Public Property Operator As esriTraceOperator
public esriTraceOperator Operator {get; set;}
IUNCondition.SchemaGeneration Property
Returns schema generation.
Public Property SchemaGeneration As Integer
public int SchemaGeneration {get; set;}
IUNCondition.Type Property
Returns the type.
Public Property Type As esriConditionType
public esriConditionType Type {get; set;}
IUNCondition.Value Property
Returns the value.
Public Property Value As Object
public object Value {get; set;}
Classes that implement IUNCondition
Classes | Description |
---|---|
UNCondition | UN Condition. |