Click or drag to resize

IMcSpatial2DCalibsOpen Method

Create a new McSpatial2DCalib from 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
Function Open ( 
	FileName As Object
) As McSpatial2DCalib

Parameters

FileName
Type: SystemObject

Return Value

Type: McSpatial2DCalib
Remarks
The calibration file may contain more than one calibration. The calibration returned will be the first calibration opened from the file. Return error if FileName is incorrect, file can not be opened, can not read calibration number in the file or the number is less than 0, or meets problem for creating calibration from file and adding the calibration to collection.
See Also