Provides access to a circuit location.
Members
| Name | Description | |
|---|---|---|
![]() |
FirstUnit | Returns the first unit. |
![]() |
GlobalID | Returns the global ID. |
![]() |
LastUnit | Returns the last unit. |
![]() |
SourceID | Returns the source ID. |
ICircuitLocation.FirstUnit Property
Returns the first unit.
Public Property FirstUnit As Short
public short FirstUnit {get; set;}
ICircuitLocation.GlobalID Property
Returns the global ID.
Public Property GlobalID As Guid
public Guid GlobalID {get; set;}
ICircuitLocation.LastUnit Property
Returns the last unit.
Public Property LastUnit As Short
public short LastUnit {get; set;}
ICircuitLocation.SourceID Property
Returns the source ID.
Public Property SourceID As Short
public short SourceID {get; set;}
Classes that implement ICircuitLocation
| Classes | Description |
|---|---|
| CircuitLocation (esriGeoDatabase) | Utility Network Circuit Location |
