bim:get-room
(bim:get-room roomName [building
[story]])
This functions returns the "room entity" for
the specified room name, optionally for given building and
story.
Arguments |
roomName name of the room (string) |
Return |
the room entity if successful, or NIL if no such room exists |
Example |
(bim:get-room "Room-1a")
T |
Remarks |
all string names are case-sensitive ! |
© Bricsys NV. All rights reserved. |