This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > ISimpleEdgeFeature Interface > ISimpleEdgeFeature.EID Property (ArcObjects .NET 10.4 SDK) |
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(
long* ElementID
);
[C++]
Parameters ElementID [out, retval] ElementID is a parameter of type long
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.