|
MarkerSelect
| boolean MarkerSelect( String strMarkerName ) |
Summary
Select a marker by it's name.
Parameters
| Parameter | Description |
| String strMarkerName |
Name of the marker you wish to select |
|
|
|
Returns
True if it found and selected the marker
Examples
MarkerSelect( "Favourite: One foot in the grave" ); |
See Also
MarkerSelectByID
|
|