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