This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IE > IEditSelectionCache3 Interface > IEditSelectionCache3.HitTest Method (ArcObjects .NET 10.4 SDK) |
Tests if the location is over the selection or not.
[Visual Basic .NET] Public Function HitTest ( _ ByVal loc As IPoint _ ) As Boolean
[C#] public bool HitTest ( IPoint loc );