|  | This document is archived and information here might be outdated. Recommended version. | 
| ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGeometricNetwork Interface > IGeometricNetwork.EdgeElement Property (ArcObjects .NET 10.4 SDK) | 
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