Provides access to members that specify the properties of path connectivity item.
Members
Name | Description | |
---|---|---|
EdgeGlobalID | Returns the edge global ID. | |
EdgeNetworkSourceID | Returns the edge network source ID. | |
EdgeObjectID | Returns the edge object ID. | |
EdgePositionFrom | Returns the edge position from. | |
EdgePositionTo | Returns the edge position to. | |
JunctionGlobalID | Returns the junction global ID. | |
JunctionNetworkSourceID | Returns the junction network source ID. | |
JunctionObjectID | Returns the junction object ID. | |
JunctionTerminalID | Returns the junction terminal ID. |
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.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.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.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. |