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


ISimpleEdgeFeature.EID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > ISimpleEdgeFeature Interface > ISimpleEdgeFeature.EID Property
ArcGIS Developer Help

ISimpleEdgeFeature.EID Property

The logical network element ID of this edge.

[Visual Basic .NET]
Public ReadOnly Property EID As Integer
[C#]
public int EID {get;}
[C++]
HRESULT get_EID(
  System.Int32* ElementID
);
[C++]
Parameters
ElementID [out, retval]

ElementID is a parameter of type long*

Product Availability

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

Remarks

Returns the simple edge feature's element ID in the logical network. The EID property should not be used to traverse the geometric network.  The IForwardStar interface on the Network Object Model should be used for traversing the network.

See Also

ISimpleEdgeFeature Interface