|
MarkerSelectByID
| boolean MarkerSelectByID( integer nID ) |
Summary
Select a marker by ID.
Parameters
| Parameter | Description |
| integer nID |
Name of the marker you wish to select |
|
|
|
Returns
True if it found and selected the marker
Examples
if( MarkerSelectByID( nID ) ) { // Found and selected } else { // Didn't find... } |
See Also
MarkerSelect
|
|