public DeviceListEntry[] GetAllDeviceListItems( Project oProject )
public: array<DeviceListEntry^>^ GetAllDeviceListItems( Project^ oProject )
Parameters
- oProject
- Project to get the items from.
public DeviceListEntry[] GetAllDeviceListItems( Project oProject )
public: array<DeviceListEntry^>^ GetAllDeviceListItems( Project^ oProject )
| Exception | Description | 
|---|---|
| ArgumentException | Is thrown in case of invalid argument. | 
| ArgumentNullException | Is thrown, if some argument was not passed. | 
| BaseException | If an error occurred while getting the device list entries. |