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


IEIDInfo.EID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalysis > ESRI.ArcGIS.NetworkAnalysis > Interfaces > IE > IEIDInfo Interface > IEIDInfo.EID Property
ArcGIS Developer Help

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(
  System.Int32* 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