![]()  | 
                    
                         This document is archived and information here might be outdated. Recommended version.  | 
                
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*