DeleteDeviceList(String) Method
                In This Topic
            
            This function deletes the device list in the given project.
            
            
            Syntax
            
            
            
            
            public void DeleteDeviceList( 
   string 
)
             
        
            
            public:
void DeleteDeviceList( 
   String^ 
) 
             
        
             
        
            Parameters
- strFullLinkFileName
- Full link file name of the project in which the device list will be deleted.
 
            Exceptions
| Exception | Description | 
|---|
| ArgumentException | Invalid parameters were found. | 
| ArgumentNullException | null was passed to a parameter. | 
| ApplicationException | The internal interface for deleting
                                       device lists could not be created. | 
| BaseException | An error occurred while deleting the
                                device list. Please refer to the
                                exception message. | 
See Also