Provides access to members that specify the properties of a utility network trace function.
Members
Name | Description | |
---|---|---|
Conditions | Returns conditions. | |
FunctionType | Returns the function type. | |
NetworkAttributeName | Returns the network attribute name. | |
SchemaGeneration | Returns the schema generation. | |
SummaryAttributeName | Returns the summary attribute name. |
IUNFunction.Conditions Property
Returns conditions.
Public Property Conditions As IArray
public IArray Conditions {get; set;}
Description
An array to hold an indexed collection of IUNCondition.
IUNFunction.FunctionType Property
Returns the function type.
Public Property FunctionType As esriTraceFunctionType
public esriTraceFunctionType FunctionType {get; set;}
IUNFunction.NetworkAttributeName Property
Returns the network attribute name.
Public Property NetworkAttributeName As String
public string NetworkAttributeName {get; set;}
IUNFunction.SchemaGeneration Property
Returns the schema generation.
Public Property SchemaGeneration As Integer
public int SchemaGeneration {get; set;}
IUNFunction.SummaryAttributeName Property
Returns the summary attribute name.
Public Property SummaryAttributeName As String
public string SummaryAttributeName {get; set;}
Classes that implement IUNFunction
Classes | Description |
---|---|
UNFunction | UN Function. |