IMcSpatial2DCalibsDuplicate Method
|
|
Create a duplicate calibration via name, index or a calibration pointer
and add the duplicate to collection.
Namespace:
MediaCy.IQL.Calibrations.NonLinear
Assembly:
MediaCy.IQL.Calibrations.NonLinear (in MediaCy.IQL.Calibrations.NonLinear.dll) Version: 10.0.6912.0
SyntaxFunction Duplicate (
Calib As Object,
Optional Name As String = ""
) As McSpatial2DCalib
Parameters
- Calib
- Type: SystemObject
- Name (Optional)
- Type: SystemString
Return Value
Type:
McSpatial2DCalib
RemarksThe name of duplicate calibration can be set or the duplicate calbration
will have the same name as the reference calibration.
Return error if designed calibration can not be found in collection
or meet problem for creating the calibration copy.
See Also