ArcGIS Explorer Component Help |
MapDisplay..::.BeginTrackVector Method |
MapDisplay Class See Also |
An asynchronous method call which executes the specified delegate and begins an operation to create a new vector (Polyline with two points)
at the location of a series of mouse clicks on the display.
Overload List
Name | Description | |
---|---|---|
BeginTrackVector(TrackDelegate) |
An asynchronous method call which executes the specified delegate and begins an operation to create a new vector (Polyline with two points)
at the location of a series of mouse clicks on the display.
| |
BeginTrackVector(TrackDelegate, Color) |
An asynchronous method call which executes the specified delegate and begins an operation to create a new vector (Polyline with two points) at
the location of a series of mouse clicks on the display, using the specified line color while tracking.
| |
BeginTrackVector(TrackDelegate, Color, Double) |
An asynchronous method call which executes the specified delegate and begins an operation to create a new vector (Polyline with two points) at
the location of a series of mouse clicks on the display, using the specified line color and width while tracking.
|