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