Click or drag to resize

IMcSpatial2DCalibGetLookupTable Method

Get 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
Function GetLookupTable ( 
	Axis As mcSpatial2DAxis,
	<OutAttribute> ByRef pNumPoints As Integer
) As Object

Parameters

Axis
Type: MediaCy.IQL.Calibrations.NonLinearmcSpatial2DAxis
pNumPoints
Type: SystemInt32

Return Value

Type: Object
Remarks
An error will be returned if designated axis is not in LookupTable calibration. An exception will be generated if meeting any problem for pLookupTable.
See Also