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


IRubberBand.TrackExisting Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

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,
  VARIANT_BOOL* completed
);
[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 completed [out, retval] completed is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IRubberBand Interface