Show 

Home > eRoom API Help > Server Access API > SAAPI Properties > SourceInstances property

Show Show 

 

SourceInstances property

Sets or returns the individual items on which the dashboard is based. If empty, all instances in the facility that are included in the dashboard are used.

Syntax


C++

HRESULT get_SourceInstances(IERUCollection** ppSourceInstances)

HRESULT put_SourceInstances(IERUCollection* MySourceInstances)

Scripting languages

Set SourceInstances = object.SourceInstances

Set object.SourceInstances = SourceInstances

Home

Applies to

IERUDashboard