This document is archived and information here might be outdated. Recommended version. |
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**
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.