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


ISelectionTracker.HitTest Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

ISelectionTracker.HitTest Method

Check if mouse is over tracker. Return a TrackerLocation to indicate which handle mouse is over.

[Visual Basic .NET]
Public Function HitTest ( _
    ByVal Point As IPoint _
) As esriTrackerLocation
[C#]
public esriTrackerLocation HitTest (
    IPoint Point
);
[C++]
HRESULT HitTest(
  IPoint* Point,
  esriTrackerLocation* location
);
[C++]

Parameters Point [in]
Point is a parameter of type IPoint location [out, retval]
location is a parameter of type esriTrackerLocation

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ISelectionTracker Interface