This document is archived and information here might be outdated.  Recommended version.


INetTopologyEditGEN.GetFromToJunctionEIDs Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetTopologyEditGEN Interface > INetTopologyEditGEN.GetFromToJunctionEIDs Method
ArcGIS Developer Help

INetTopologyEditGEN.GetFromToJunctionEIDs Method

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

[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
);
[C++]
HRESULT GetFromToJunctionEIDs(
  long edgeEID,
  System.Int32* FromJunctionEID,
  System.Int32* 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.

See Also

INetTopologyEditGEN Interface