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


INetworkIdentifyObj.ElementID Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

INetworkIdentifyObj.ElementID Property

ID of the network element in the network dataset.

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

INetworkIdentifyObj Interface