| ArcGIS Explorer Component Help |
| MapDisplay..::.BeginTrackMoveGeometry Method |
| MapDisplay Class See Also |
An asynchronous method call which executes the specified delegate and begins an operation to
move the specified geometry to a new location following a single click on the display.
Overload List
| Name | Description | |
|---|---|---|
| BeginTrackMoveGeometry(TrackDelegate, Geometry) |
An asynchronous method call which executes the specified delegate and begins an operation to
move the specified geometry to a new location following a single click on the display.
| |
| BeginTrackMoveGeometry(TrackDelegate, Geometry, Color) |
An asynchronous method call which executes the specified delegate and begins an operation to
move the specified geometry to a new location following a single click on the display. The tracked
geoemtry will have the specified color.
| |
| BeginTrackMoveGeometry(TrackDelegate, Geometry, Color, Double) |
An asynchronous method call which executes the specified delegate and begins an operation to
move the specified geometry to a new location following a single click on the display. The tracked
geoemtry will have the specified color and line width (where appropriate).
|