Saves the current map.
object.Save ( [FileName] ) |
- FileName
- Optional. A String that specifies the path and filename of the map file (.apm) being saved.
Boolean
If FileName is not specified, the map will be saved with its current path and filename.
If the current map is a new map that has not been saved yet and FileName is not specified, the map will not be saved and the Save method will return False.