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


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

RubberLineClass Class

Rubberbanding class for lines.

Product Availability

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

Description

RubberLine returns an IGeometry, but may be used as an IPolyLine.

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

RubberLine implements the IRubberBand interface, which contains the TrackNew and TrackExisting methods. Use the TrackNew method to digitize a new polyline on the map. Use the TrackExisting method to track existing polylines. Both methods are commonly used in the MouseDown event.

Calling ITopologicalOperator::Simplify on the digitized line will ensure that it is topologically correct.