API Help
Eplan.EplApi.HEServices Namespace / DeviceService Class / DeleteDeviceList Method / DeleteDeviceList(Project) Method
Project in which the device list will be deleted.

DeleteDeviceList(Project) Method
This function deletes the device list in the given project.
Syntax
public void DeleteDeviceList( 
   Project oProject
)

Parameters

oProject
Project in which the device list will be deleted.
Exceptions
ExceptionDescription
Invalid parameters were found.
null was passed to a parameter.
The internal interface for deleting device lists could not be created.
An error occurred while deleting the device list. Please refer to the exception message.
See Also