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