bim:set-roomdepartment
(bim:set-roomdepartment roomEntity
newRoomDepartment)
Assigns a new room department
"newRoomDepartment".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) |
Return |
T if successful, or NIL in case of an error |
Example |
(bim:set-roomdepartment
roomEnt1 "Left Wing") T |
Remarks |
see (bim::create-room)
and (bim::create-associativeroom); |
© Bricsys NV. All rights reserved. |