API Help
Eplan.EplApi.HEServices Namespace / DeviceService Class / DeleteDeviceList Method / DeleteDeviceList(String) Method
Full link file name of the project in which the device list will be deleted.

DeleteDeviceList(String) Method
This function deletes the device list in the given project.
Syntax
public void DeleteDeviceList( 
   string strFullLinkFileName
)

Parameters

strFullLinkFileName
Full link file name of the 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