Write-only
About Cal Sets

Save Method


Description

Saves the current Cal Set to disk. This is the recommended method for saving a Cal Set.

Learn more about reading and writing Cal data using COM

VB Syntax

CalSet.Save

Variable

(Type) - Description

CalSet

(object) -  A CalSet object

Return Type

Not Applicable

Default

Not Applicable

Examples

myCalSet.Save

See Copy Method for an example application of this command.

C++ Syntax

HRESULT Save();

Interface

ICalSet