ArcObjects Library Reference (GeoDatabase)  

IEdgeFeature.FromJunctionEID Property

The junction element EID that corresponds to the from endpoint.

[Visual Basic .NET]
Public ReadOnly Property FromJunctionEID As Integer
[C#]
public int FromJunctionEID {get;}
[C++]
HRESULT get_FromJunctionEID(
  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