bim:delete-story


(bim:delete-story  bldgName  story)

This function deletes the given story from the specified building.

Arguments

bldgName  the building name (string)

story  the story name (string) to be deleted from the specified building

Return

T if successful, or NIL in case of an error (building or story does not exist, or story object is still referenced by other objects)

Example

(bim:delete-story "Building 1" "Story 1")  T
(bim:delete-story "Building 1" "Story X")  NIL

Remarks

see (bim:create-story)
a story can only be deleted, if no other object still references that story object;
the string names are case-sensitive !



©  Bricsys NV. All rights reserved.