bim:set-roomdescription


(bim:set-roomdescription  roomEntity  newRoomDesc)

Assigns a new room description "newRoomDesc".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)

newRoomDesc  new description (string) for the room

Return

T if successful, or NIL in case of an error

Example

(bim:set-roomdescription roomEnt1 "Room-1a at first floor")  T
(bim:set-roomdescription roomEnt2 "Room-2a at second floor")  T

Remarks

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



©  Bricsys NV. All rights reserved.