Eplan Platform API
Eplan.EplApi.HEServices Namespace / DeviceService Class / GetAllDeviceListItems Method
Project to get the items from.

In This Topic
    GetAllDeviceListItems Method
    In This Topic
    Returns an array of all device list items in the project.
    Syntax
    public DeviceListEntry[] GetAllDeviceListItems( 
       Project oProject
    )
    public:
    array<DeviceListEntry^>^ GetAllDeviceListItems( 
       Project^ oProject
    ) 

    Parameters

    oProject
    Project to get the items from.
    Exceptions
    ExceptionDescription
    Is thrown in case of invalid argument.
    Is thrown, if some argument was not passed.
    If an error occurred while getting the device list entries.
    See Also