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


IEdgeFeature.FromToJunctionEIDs 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.FromToJunctionEIDs Property
ArcGIS Developer Help

IEdgeFeature.FromToJunctionEIDs Property

The FROM and TO junction element EIDs (the first is the FROM, the second is the TO).

[Visual Basic .NET]
Public ReadOnly Property FromToJunctionEIDs As IEnumNetEID
[C#]
public IEnumNetEID FromToJunctionEIDs {get;}
[C++]
HRESULT get_FromToJunctionEIDs(
  IEnumNetEID** EIDs
);
[C++]
Parameters
EIDs [out, retval]

EIDs is a parameter of type IEnumNetEID**

Product Availability

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

Remarks

The FromToJunctionEIDs property hands back both the FROM and TO junction EIDs; it is more efficient to access this property than to call FromJunctionEID and ToJunctionEID.

It is important to note that these properties are generally computationally expensive.

See Also

IEdgeFeature Interface