gis:remove-layer
(gis:remove-layer name)
This function removes the 'GIS Layer' object
specified by name from the current drawing.
Arguments |
name (string) the name of the 'GIS Layer' to be removed |
Return |
T on success, or NIL |
Example |
(vl-load-gis)
T (gis:rename-layer
"NewGisLayer_Points" "New_Points") T |
Remarks |
entities ('GIS Features') associated with the removed 'GIS Layer' are *NOT* deleted |
© Bricsys NV. All rights reserved. |