AddRoom method

Adds a Room to the list of eRooms to search.

Syntax


C++
HRESULT AddRoom(
   IERURoom *pRoom)
Scripting languages
Object.AddRoom
   pRoom as IERURoom

Parameters


pRoom

The eRoom to add.

Return value


C++

The return code.

Scripting languages

None.

Remarks


You cannot add an eRoom that the logged-in user is not a member of.

Home

Applies to

IERUFacilitySearch