Syntax
CoordSys Window window_id
window_id is an integer window identifier corresponding to a Map or Layout window.
Description
Use CoordSys Window to refer to the coordinate system already in use in a window.
Examples
The following example sets one Map window's projection to match the projection of another Map window. This example assumes that two integer variables (first_map_id and second_map_id) already contain the window IDs of the two Map windows.
Set Map
Window second_map_winid
CoordSys Window first_map_winid
See Also:
Commit Table statement, Set CoordSys statement, Set Map statement