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


IEdgeFeature.ToJunctionEID Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IEdgeFeature.ToJunctionEID Property

The junction element EID that corresponds to the to endpoint.

[Visual Basic .NET]
Public ReadOnly Property ToJunctionEID As Integer
[C#]
public int ToJunctionEID {get;}
[C++]
HRESULT get_ToJunctionEID(
  long* EID
);
[C++]

Parameters EID [out, retval] EID is a parameter of type long

Product Availability

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

See Also

IEdgeFeature Interface