Click or drag to resize

IMcSpatial2DCalibSetLookupTable Method

Set lookup table for designated axis

Namespace:  MediaCy.IQL.Calibrations.NonLinear
Assembly:  MediaCy.IQL.Calibrations.NonLinear (in MediaCy.IQL.Calibrations.NonLinear.dll) Version: 10.0.6912.0
Syntax
VB
Sub SetLookupTable ( 
	Axis As mcSpatial2DAxis,
	NumPoints As Integer,
	LookupTable As Object
)

Parameters

Axis
Type: MediaCy.IQL.Calibrations.NonLinearmcSpatial2DAxis
NumPoints
Type: SystemInt32
LookupTable
Type: SystemObject
Remarks
LookupTable should be a float or double array with minimum size 2. An error will be returned if points number <= 0 or if there is an error for LookupTable array type or size.
See Also