Description

Calibrates in place an array of Float (i.e., Single) X,Y points

Return Type

None  

Syntax

object.CalibrateFloatPoints FloatPointsArray

The CalibrateFloatPoints Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McSpatialCalib.
FloatPointsArrayRequired. A Variant value.

An array of Single type, holding zero or more X,Y pairs. This array may be a 2 by N rows array of Single, or it may be a one-dimensional array of Single X,Y value pairs, or it may be an array of SINGLEPOINT structures.

Remarks

This is a specialized version of the CalibratePoints method that only takes X,Y points as an array of Single type (float type in C/C++: 32-bit IEEE floating point values) and calibrates them in-place.