Eplan Platform API
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.

In This Topic
    DeleteDeviceList(String) Method
    In This Topic
    This function deletes the device list in the given project.
    Syntax
    public void DeleteDeviceList( 
       string strFullLinkFileName
    )
    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