Removes the existing coordinate system definition from the current drawing.
Syntax
(esri_coordsys_remove)
Arguments
None.
Example usage
Attempt to remove the existing coordinate system.
(esri_coordsys_remove)
Result example usage
The existing esri coordinate system definition is removed and the function returns a list that contains true (T).
(T)
Return values
- If successful, returns a list containing true (T).
- If failed, returns a list with the first value of nil and then an associated list containing the key value "Error" and an associated error message as a string: (nil ("Error" . "<message>"))
Failed return values
A failed return value can occur for any of the following reasons:
- ("Error". "No coordinate system assigned."))
No coordinate system was assigned.