bim:get-roomdescription
(bim:get-roomdescription
roomEntity)
Returns the description for the BIM room
specified by "roomEntity".
Arguments |
roomEntity room entity of an existing room (ename), as returned by (bim::create-room) and (bim::create-associativeroom), or other room functions |
Return |
the room description (string) if "roomEntity" is a valid BIM room, or NIL otherwise |
Example |
(bim:get-roomdescription
roomEnt1) "main kitchen inside Tower building" |
Remarks |
see (bim::create-room), (bim::create-associativeroom), (bim:get-room) or (bim:get-allrooms) |
© Bricsys NV. All rights reserved. |