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


RubberPoint Class (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Classes > R > RubberPoint Class
ArcGIS Developer Help

RubberPointClass Class

Rubberbanding class for points.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Interfaces

Interfaces Description
IRubberBand Provides access to members that control simple rubberbanding.
IRubberBand2 Provides access to members that control simple rubberbanding.

Remarks

RubberPoint implements the IRubberBand interface, which contains the TrackNew and TrackExisting methods. Use the TrackNew method to digitize a new point on the map. Use the TrackExisting method to track existing points. Both methods are commonly used in the MouseDown event.  RubberPoint 's TrackExisting method returns a boolean True if the tracked object is selected, otherwise it returns False.