Click or drag to resize

IMcSpatial2DCalibsSave Method

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

Namespace:  MediaCy.IQL.Calibrations.NonLinear
Assembly:  MediaCy.IQL.Calibrations.NonLinear (in MediaCy.IQL.Calibrations.NonLinear.dll) Version: 10.0.6912.0
Syntax
VB
Sub Save ( 
	FileName As Object,
	<OptionalAttribute> CalibToSave As Object,
	Optional Append As Boolean = false
)

Parameters

FileName
Type: SystemObject
CalibToSave (Optional)
Type: SystemObject
Append (Optional)
Type: SystemBoolean
Remarks
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. Return error if FileName is incorrect or file can not be opened.
See Also