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
(bim:delete-building "Building 1")  T

Remarks

see (bim:create-building)
if the building object is only referenced by one or more stories, it will be deleted including the stories;
the string name is case-sensitive !



©  Bricsys NV. All rights reserved.