ArcObjects Library Reference  (GeoDatabase)    

INetTopology.GetFromToJunctionEIDs Method

Returns the network element IDs of the junctions adjacent to the specified edge.

[Visual Basic 6.0]
Sub GetFromToJunctionEIDs(
    ByVal edgeEID As Long, _
    FromJunctionEID As Long, _
    ToJunctionEID As Long _
)
[Visual Basic .NET]
Public Sub GetFromToJunctionEIDs ( _
    ByVal edgeEID As Integer, _
    ByRef FromJunctionEID As Integer, _
    ByRef ToJunctionEID As Integer _
)
[C#]
public void GetFromToJunctionEIDs (
    int edgeEID,
    ref int FromJunctionEID,
    ref int ToJunctionEID
);
[Java]
public void getFromToJunctionEIDs (
    int edgeEID,
    int FromJunctionEID,
    int ToJunctionEID
)
throws
    IOException,
    AutomationException
[C++]
HRESULT GetFromToJunctionEIDs(
  long edgeEID,
  long* FromJunctionEID,
  long* ToJunctionEID
);
[C++]

Parameters

edgeEID [in]

  edgeEID is a parameter of type long

FromJunctionEID [out]

  FromJunctionEID is a parameter of type long

ToJunctionEID [out]

  ToJunctionEID is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

GetFromToJunctionEIDs returns the Element IDs of the start (From) and end (To) junctions of the specified edge element.

 

See Also

INetTopology Interface

 


Feedback Send feedback on this page