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

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