Provides access to members that specify the properties of a utility network trace function barrier.
Members
Name | Description | |
---|---|---|
FunctionType | Returns the function type. | |
NetworkAttributeName | Returns the network attribute name. | |
Operator | Returns the operator. | |
SchemaGeneration | Returns the schema generation. | |
UseLocalValues | Returns use local values. | |
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. |