ArcObjects Library Reference (GeoDatabase)  

INetworkElement64.EID Property

64-bit element ID for this network element.

[Visual Basic .NET]
Public ReadOnly Property EID As Long
[C#]
public long EID {get;}
[C++]
HRESULT get_EID(
  Signed 64-bit int* EID
);
[C++]

Parameters

EID [out, retval]   EID is a parameter of type Signed 64-bit int

Product Availability

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

See Also

INetworkElement64 Interface