IUNFunctionBarrier Interface

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

Members

Name Description
Read/write property FunctionType Returns the function type.
Read/write property NetworkAttributeName Returns the network attribute name.
Read/write property Operator Returns the operator.
Read/write property SchemaGeneration Returns the schema generation.
Read/write property UseLocalValues Returns use local values.
Read/write property Value Returns the value.

IUNFunctionBarrier.FunctionType Property

Returns the function type.

Public Property FunctionType As esriTraceFunctionType
public esriTraceFunctionType FunctionType {get; set;}

IUNFunctionBarrier.NetworkAttributeName Property

Returns the network attribute name.

Public Property NetworkAttributeName As String
public string NetworkAttributeName {get; set;}

IUNFunctionBarrier.Operator Property

Returns the operator.

Public Property Operator As esriTraceOperator
public esriTraceOperator Operator {get; set;}

IUNFunctionBarrier.SchemaGeneration Property

Returns the schema generation.

Public Property SchemaGeneration As Integer
public int SchemaGeneration {get; set;}

IUNFunctionBarrier.UseLocalValues Property

Returns use local values.

Public Property UseLocalValues As Boolean
public bool UseLocalValues {get; set;}

IUNFunctionBarrier.Value Property

Returns the value.

Public Property Value As Object
public object Value {get; set;}

Classes that implement IUNFunctionBarrier

Classes Description
UNFunctionBarrier UN Function Barrier.

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