ICImagingControl.SaveDeviceStateToFile Method |
||||||||||||||
| Saves the currently opened device and its settings to a file. | ||||||||||||||
| Syntax: | Public Sub SaveDeviceStateToFile( filename As String ) |
|||||||||||||
|
||||||||||||||
| Limitations: | A valid device must be opened. |
|||||||||||||
| Remarks: | SaveDeviceStateToFile saves the following settings of IC Imaging Control:
With ICImagingControl.LoadDeviceStateFromFile, you can re-open the device with the saved settings. |
|||||||||||||
| Information: |
Introduced in IC Imaging Control 2.0 |
|||||||||||||
| Sample: | The following example saves the currently opened device to a file named "device.dat". ICImagingControl1.SaveDeviceStateToFile "device.dat"
|
|||||||||||||
| See also: | ICImagingControl, ICImagingControl.LoadDeviceStateFromFile | |||||||||||||