Description
Create a new McSpatialCalib from a calibration file.
-
Return Type
-
A McSpatialCalib object.
The first new McSpatialCalib.
-
Syntax
-
object.Open ([FileName])
The Open Method syntax has these parts: |
| object | An expression evaluating to an object of type McSpatialCalibs. | | FileName | Optional. A Variant value. Calibration file name.
| Remarks
The 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.
|