Chapter Contents

Previous

Next
Map: _setMode

Map: _setMode



Assigns the mode that controls the action that occurs when the user clicks on the map


Syntax
Details

Syntax

CALL NOTIFY (map-name, '_setMode', mode);

Argument Type Description
mode
C specifies the action:


'SELECT' highlights the marker or map area the user clicks on (default)


'ADD' adds a marker or label to the area the user clicks on


'DELETE' deletes a marker when the user clicks on it


'ROTATE' changes the mouse pointer into a rotation tool that rotates the view of the map or moves the legend.


Details

The mode is the action that occurs when a user clicks on an area or marker. Use the _setMode method to control this action at run-time. The action remains in effect until another action is set or selected via the pop-up menu. Other SCL calls are not affected by the mode.


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.