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


INetworkIdentifyObj.ElementID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IN > INetworkIdentifyObj Interface > INetworkIdentifyObj.ElementID Property
ArcGIS Developer Help

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(
  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

INetworkIdentifyObj Interface