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


IEIDInfo.EID Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (NetworkAnalysis)  

IEIDInfo.EID Property

Network element ID with which the feature and geometry are associated.

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

IEIDInfo Interface