|  | This document is archived and information here might be outdated. Recommended version. | 
| ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Classes > R > RubberPolygon CoClass (ArcObjects .NET 10.4 SDK) | 
Rubberbanding class for polygons.
| Interfaces | Description | 
|---|---|
| IRubberBand | Provides access to members that control simple rubberbanding. | 
| IRubberBand2 | Provides access to members that control simple rubberbanding. | 
RubberPolygon implements the IRubberBand interface, which contains the TrackNew and TrackExisting methods. Use the TrackNew method to digitize a new polygon on the map. Use the TrackExisting method to track existing polygons. Both methods are commonly used in the MouseDown event.
Calling ITopologicalOperator::Simplify on the digitized polygon will ensure that it is topologically correct.