gis:rename-layer
(gis:rename-layer oldname
newname)
This function renames the 'GIS Layer' object
specified by oldname
to the new name newname.
Arguments |
oldname (string) the name of an existing 'GIS Layer' to be
renamed |
Return |
T on success, or NIL |
Example |
(vl-load-gis)
T |
Remarks |
a 'GIS Layer' can also be renamed by function (gis:layer-set-name) |
© Bricsys NV. All rights reserved. |