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)

newRoomDepartment  new department (string) for the room

Return

T if successful, or NIL in case of an error

Example

(bim:set-roomdepartment roomEnt1 "Left Wing")  T
(bim:set-roomdepartment roomEnt2 "Right Wing")  T

Remarks

see (bim::create-room) and (bim::create-associativeroom);
the room department string is case-sensitive !



©  Bricsys NV. All rights reserved.