This document is archived and information here might be outdated. Recommended version. |
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,
System.Int32* edgeEID
);
[C++] Parameters Location [in]
Location is a parameter of type IPoint* edgeEID [out, retval]
edgeEID is a parameter of type long*