This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IR > IRubberBand Interface > IRubberBand.TrackExisting Method (ArcObjects .NET 10.5 SDK) |
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