Write-only |
About Cal Sets |
Description |
This command is replaced by ICalSet::Save which saves the data for only the current Cal Set to the disk. Writes new or changed Cal Sets to disk. All Cal Sets are saved in a single file. This file is updated at the following times:
Learn more about reading and writing Cal data using COM |
VB Syntax |
object.SaveCalSets |
Variable |
(Type) - Description |
object |
(object) - A CalManager object or a Calibrator object |
Return Type |
None |
Default |
Not Applicable |
Example |
calMgr.SaveCalSets |
C++ Syntax |
HRESULT SaveCalSets( ); |
Interface |
ICalManager |