bim:set-roomname


(bim:set-roomname  roomEntity  newRoomName)

Assigns a new room name "newRoomName".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)

newRoomName  new name (string) for the room

Return

T if successful, or NIL in case of an error

Example

(bim:set-roomname roomEnt1 "Room-1a")  T
(bim:set-roomname roomEnt2 "Room-2a")  T

Remarks

see (bim::create-room) and (bim::create-associativeroom);
if a room with same name already exists, this function still succeeds, allowing multiple rooms to use the same name, this is not an error;
the string names are case-sensitive !



©  Bricsys NV. All rights reserved.