ArcObjects Library Reference (GeoDatabase)  

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