Allows to set the min/max X and Y values in the coordinate system's units that this coordinate system is valid in. This method must only be called on systems that are not protected. When setting these values, the coordinate system API will perform the following actions:
-
(Re-)enable valid range checking: When converting coordinates, the values are checked to fall in the valid range as specified here
-
Save the values for later storage: When eventually writing this coordinate system to the dictionary, the values will be written, too.
- Parameters:
-
dXMin | The minimum X value |
dYMin | The minimum Y value |
dXMax | The maximum X value |
dYMax | The maximum Y value |
- Returns:
- Nothing