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


IEdgeFeature.ToJunctionEID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IE > IEdgeFeature Interface > IEdgeFeature.ToJunctionEID Property
ArcGIS Developer Help

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(
  System.Int32* 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