Skip to content

IPathConnectivityItem Interface

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

Members

Name Description
Read/write property EdgeFirstUnit Returns the edge first unit.
Read/write property EdgeGlobalID Returns the edge global ID.
Read/write property EdgeNetworkSourceID Returns the edge network source ID.
Read/write property EdgeNumUnits Returns the edge num units.
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 JunctionFirstUnit Returns the junction first unit.
Read/write property JunctionGlobalID Returns the junction global ID.
Read/write property JunctionNetworkSourceID Returns the junction network source ID.
Read/write property JunctionNumUnits Returns the junction num units.
Read/write property JunctionObjectID Returns the junction object ID.
Read/write property 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.

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