GetItem method

This method is implemented by the following interfaces. Click one of the links below to jump to the description of the method as it pertains to that interface.

IERURoom
IERUSiteItem

 

 

GetItem method

Returns an item in a Room, using an ID as input.

Syntax


C++

HRESULT GetItem(
   BSTR ID,
   IERUItem** ppItem)

Scripting languages

Set item = Object.GetItem(
   ID as String)

Parameters


ID

The ID of the requested item.

ppItem

Upon return, an IERUItem interface pointer to the requested object.

Return value


C++

The return code.

Scripting languages

An IERUItem interface pointer to the requested object.

Home

Applies to

IERURoom

 

Go to Top
 

GetItem method

Returns the IERUItem that the Site item represents. The IERUItem can only be accessed from the server that hosts the containing eRoom and Facility.

Syntax


C++
HRESULT GetItem (
   IERUItem** ppItem)
Scripting languages
Set item = Object.GetItem

Parameters


ppItem

Upon return, the IERUItem that this Site Item represents.

Return value


C++

The return code.

Scripting languages

Upon return, the IERUItem that this Site Item represents.

Go to Top

Home

Applies to

IERUSiteItem