Description

Save an McIntensityCalib or the collection of calibrations to a calibration file.

Return Type

None  

Syntax

object.Save [CalibToSave], [FileName], [Append]

The Save Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McIntensityCalibs.
CalibToSaveOptional. A Variant value.

McIntensityCalib to save, or Nothing to save the entire collection.

FileNameOptional. A Variant value.

Calibration file name.

AppendOptional. A Boolean value.

Remarks

The FileName parameter can be left blank which will cause a File Save As dialog to prompt the user to select the calibration file to save. A calibration file may contain more than one calibration. If CalibToSave specifies a particular calibration, only that calibration will be saved to the file as a single calibration file. The CalibToSave calibration does not need to be a member of the collection. If CalibToSave is Nothing, the current calibration collection is saved to a multiple calibration file.