This document is archived and information here might be outdated.  Recommended version.


IEditSelectionCache.HitTest Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IE > IEditSelectionCache Interface > IEditSelectionCache.HitTest Method
ArcGIS Developer Help

IEditSelectionCache.HitTest Method

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
);

Product Availability

Available with ArcGIS Desktop.

See Also

IEditSelectionCache Interface