This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGraphicsContainer Interface > IGraphicsContainer.LocateElements Method (ArcObjects .NET 10.4 SDK) |
Returns the elements at the given coordinate.
[Visual Basic .NET] Public Function LocateElements ( _ ByVal point As IPoint, _ ByVal Tolerance As Double _ ) As IEnumElement
[C#] public IEnumElement LocateElements ( IPoint point, double Tolerance );
[C++]
HRESULT LocateElements(
IPoint* point,
double Tolerance,
IEnumElement** Elements
);
[C++]
Parameters point [in]
point is a parameter of type IPoint Tolerance [in] Tolerance is a parameter of type double Elements [out, retval]
Elements is a parameter of type IEnumElement