Provides access to members that specify the properties of a utility network trace location.
Members
Name | Description | |
---|---|---|
GlobalID | Returns the global ID. | |
IsFilterBarrier | Returns is filter barrier. | |
PercentAlong | Returns the percent along. | |
SchemaGeneration | Returns the schema generation. | |
TerminalID | Returns the terminal ID. | |
TraceLocationType | Returns the trace location type. |
IUNLocation.GlobalID Property
Returns the global ID.
Public Property GlobalID As Guid
public Guid GlobalID {get; set;}
IUNLocation.IsFilterBarrier Property
Returns is filter barrier.
Public Property IsFilterBarrier As Boolean
public bool IsFilterBarrier {get; set;}
IUNLocation.PercentAlong Property
Returns the percent along.
Public Property PercentAlong As Double
public double PercentAlong {get; set;}
IUNLocation.SchemaGeneration Property
Returns the schema generation.
Public Property SchemaGeneration As Integer
public int SchemaGeneration {get; set;}
IUNLocation.TerminalID Property
Returns the terminal ID.
Public Property TerminalID As Integer
public int TerminalID {get; set;}
IUNLocation.TraceLocationType Property
Returns the trace location type.
Public Property TraceLocationType As esriTraceLocationType
public esriTraceLocationType TraceLocationType {get; set;}
Classes that implement IUNLocation
Classes | Description |
---|---|
UNLocation | UN Location. |