bim:delete-building
(bim:delete-building
bldgName)
This function deletes the specified building
from the current drawing.
Arguments |
bldgName the building name (string) to be deleted |
Return |
T if successful, or NIL in case of an error (building does not exist, or building is still referenced by other objects) |
Example |
(bim:create-building
"Building 1") T |
Remarks |
see (bim:create-building) |
© Bricsys NV. All rights reserved. |