![]() Chapter Contents |
![]() Previous |
![]() Next |
| Map: _getValue |
| Syntax | |
| _getValue List Items | |
| Example |
Syntax |
| CALL NOTIFY (map-name, '_getValue', list-id); |
| Argument | Type | Description |
|---|---|---|
| list-id |
N | specifies the identifier of an SCL list containing the items in _getValue List Items |
| List item... | Type... | Description |
|---|---|---|
| 'ON_MARKER' | N | specifies whether or not a marker was selected |
| 'X' | N | X value in screen coordinates |
| 'Y' | N | Y value in screen coordinates |
| 'MAP_X' | N | X coordinate from the map data set |
| 'MAP_Y' | N | Y coordinate from the map data set |
| 'MAP_Z' | N | Z coordinate from the map data set; always returns 0 |
| 'ID' | C|N | ID value of the selected point |
| 'IDMATCH' | C|N | IDMATCH value of the selected point |
| 'SIZE' | N | value of the size variable for the current region or marker |
| 'COLOR' | N | value of the color variable for the current region or marker |
| Example |
infolist=makelist();
call notify('map1','_get_value_',infolist);
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.