The EID associated with the EdgeElement at the specified point.
[Visual Basic .NET] Public Function FindEdgeEID ( _ ByVal point As IPoint _ ) As Integer
[C#] public int FindEdgeEID ( IPoint point );
[C++]
HRESULT FindEdgeEID(
IPoint* point,
long* edgeEID
);
[C++]Parameters
point [in]point 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
It is recommended that developers do not use Complex Junctions in their data modeling solutions. Developers can leverage existing Geodatabase components in order to implement partial functionality, such as class extensions.