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


IEdgeFeature.FromJunctionEID Property (ArcObjects .NET 10.5 SDK)
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