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


IRubberBand.TrackExisting Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IR > IRubberBand Interface > IRubberBand.TrackExisting Method
ArcGIS Developer Help

IRubberBand.TrackExisting Method

Indicates if to move or reshape an existing shape on the specified screen in response to a mouse down event.

[Visual Basic .NET]
Public Function TrackExisting ( _
    ByVal ScreenDisplay As IScreenDisplay, _
    ByVal Symbol As ISymbol, _
    ByVal Geometry As IGeometry _
) As Boolean
[C#]
public bool TrackExisting (
    IScreenDisplay ScreenDisplay,
    ISymbol Symbol,
    IGeometry Geometry
);
[C++]
HRESULT TrackExisting(
  IScreenDisplay* ScreenDisplay,
  ISymbol* Symbol,
  IGeometry* Geometry
);
[C++]
Parameters
ScreenDisplay [in]

ScreenDisplay is a parameter of type IScreenDisplay* Symbol [in]
Symbol is a parameter of type ISymbol* Geometry [in]
Geometry is a parameter of type IGeometry*

Product Availability

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

See Also

IRubberBand Interface