IMcSpatialCalibsOpen Method
|
|
Create a new McSpatialCalib from a calibration file.
Namespace:
MediaCy.IQL.Calibrations
Assembly:
MediaCy.IQL.Calibrations (in MediaCy.IQL.Calibrations.dll) Version: 10.0.6912.0
SyntaxFunction Open (
<OptionalAttribute> FileName As Object
) As McSpatialCalib
Parameters
- FileName (Optional)
- Type: SystemObject
Calibration file name.
Return Value
Type:
McSpatialCalibThe first new McSpatialCalib.
RemarksThe FileName parameter can be left blank which will cause a File Open dialog to prompt the user to
select the calibration file to open.
The calibration file may contain more than one calibration. The calibration returned will be the first
calibration opened from the file. If you are interested in each of the calibrations opened from a
multiple calibration file, the calibration opened event should be handled.
See Also