Provides access to members that specify the properties of path connectivity item.
Members
| Name | Description | |
|---|---|---|
![]() |
EdgeFirstUnit | Returns the edge first unit. |
![]() |
EdgeGlobalID | Returns the edge global ID. |
![]() |
EdgeNetworkSourceID | Returns the edge network source ID. |
![]() |
EdgeNumUnits | Returns the edge num units. |
![]() |
EdgeObjectID | Returns the edge object ID. |
![]() |
EdgePositionFrom | Returns the edge position from. |
![]() |
EdgePositionTo | Returns the edge position to. |
![]() |
JunctionFirstUnit | Returns the junction first unit. |
![]() |
JunctionGlobalID | Returns the junction global ID. |
![]() |
JunctionNetworkSourceID | Returns the junction network source ID. |
![]() |
JunctionNumUnits | Returns the junction num units. |
![]() |
JunctionObjectID | Returns the junction object ID. |
![]() |
JunctionTerminalID | Returns the junction terminal ID. |
IPathConnectivityItem.EdgeFirstUnit Property
Returns the edge first unit.
Public Property EdgeFirstUnit As Short
public short EdgeFirstUnit {get; set;}
IPathConnectivityItem.EdgeGlobalID Property
Returns the edge global ID.
Public Property EdgeGlobalID As Guid
public Guid EdgeGlobalID {get; set;}
IPathConnectivityItem.EdgeNetworkSourceID Property
Returns the edge network source ID.
Public Property EdgeNetworkSourceID As Integer
public int EdgeNetworkSourceID {get; set;}
IPathConnectivityItem.EdgeNumUnits Property
Returns the edge num units.
Public Property EdgeNumUnits As Short
public short EdgeNumUnits {get; set;}
IPathConnectivityItem.EdgeObjectID Property
Returns the edge object ID.
Public Property EdgeObjectID As Long
public long EdgeObjectID {get; set;}
IPathConnectivityItem.EdgePositionFrom Property
Returns the edge position from.
Public Property EdgePositionFrom As Double
public double EdgePositionFrom {get; set;}
IPathConnectivityItem.EdgePositionTo Property
Returns the edge position to.
Public Property EdgePositionTo As Double
public double EdgePositionTo {get; set;}
IPathConnectivityItem.JunctionFirstUnit Property
Returns the junction first unit.
Public Property JunctionFirstUnit As Short
public short JunctionFirstUnit {get; set;}
IPathConnectivityItem.JunctionGlobalID Property
Returns the junction global ID.
Public Property JunctionGlobalID As Guid
public Guid JunctionGlobalID {get; set;}
IPathConnectivityItem.JunctionNetworkSourceID Property
Returns the junction network source ID.
Public Property JunctionNetworkSourceID As Integer
public int JunctionNetworkSourceID {get; set;}
IPathConnectivityItem.JunctionNumUnits Property
Returns the junction num units.
Public Property JunctionNumUnits As Short
public short JunctionNumUnits {get; set;}
IPathConnectivityItem.JunctionObjectID Property
Returns the junction object ID.
Public Property JunctionObjectID As Long
public long JunctionObjectID {get; set;}
IPathConnectivityItem.JunctionTerminalID Property
Returns the junction terminal ID.
Public Property JunctionTerminalID As Integer
public int JunctionTerminalID {get; set;}
Classes that implement IPathConnectivityItem
| Classes | Description |
|---|---|
| PathConnectivityItem | Path Connectivity Item. |
