Eplan Platform API
Eplan.EplApi.HEServices Namespace / DeviceService Class / DeleteDeviceListItem Method
The entry to remove.

In This Topic
    DeleteDeviceListItem Method
    In This Topic
    Removes the entry from the project's device list.
    Syntax
    public void DeleteDeviceListItem( 
       DeviceListEntry oEntry
    )
    public:
    void DeleteDeviceListItem( 
       DeviceListEntry^ oEntry
    ) 

    Parameters

    oEntry
    The entry to remove.
    Exceptions
    ExceptionDescription
    Is thrown in case of invalid arguments.
    Is thrown, if some argument was not passed.
    If an error occurred while removing a device list entry.
    See Also