IUNCondition Interface

Provides access to members that specify the properties of a utility network trace condition.

Members

Name Description
Read/write property CombineUsingOr Returns combine using or.
Read/write property IsSpecificValue Returns is specific value.
Read/write property Name Returns the name (e.g., network attribute name or category name).
Read/write property Operator Returns the operator.
Read/write property SchemaGeneration Returns schema generation.
Read/write property Type Returns the type.
Read/write property 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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.