The EdgeElement EID at the specified location.
[Visual Basic .NET] Public Function get_EdgeElement ( _ ByVal location As IPoint _ ) As Integer
[C#] public int get_EdgeElement ( IPoint location );
[C++]
HRESULT get_EdgeElement(
IPoint* location,
long* edgeEID
);
[C++]Parameters
location [in]location is a parameter of type IPoint
edgeEID [out, retval] edgeEID is a parameter of type long
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
The EdgeElement property returns the Element ID (EID) of the network feature found at the specified point. If there is more than one network edge feature at the location, then the EID of the first feature that is located is returned. If no network feature is found, EdgeElement returns -1. If the network feature does not have an EID, a value of 0 is returned.