IPathConnectivityItem Interface

Provides access to members that specify the properties of path connectivity item.

Members

Name Description
Read/write property EdgeGlobalID Returns the edge global ID.
Read/write property EdgeNetworkSourceID Returns the edge network source ID.
Read/write property EdgeObjectID Returns the edge object ID.
Read/write property EdgePositionFrom Returns the edge position from.
Read/write property EdgePositionTo Returns the edge position to.
Read/write property JunctionGlobalID Returns the junction global ID.
Read/write property JunctionNetworkSourceID Returns the junction network source ID.
Read/write property JunctionObjectID Returns the junction object ID.
Read/write property 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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.