IMcSpatial2DCalibPolynomialDegreeX Property
|
|
Get X axis polynomial degree
Namespace:
MediaCy.IQL.Calibrations.NonLinear
Assembly:
MediaCy.IQL.Calibrations.NonLinear (in MediaCy.IQL.Calibrations.NonLinear.dll) Version: 10.0.6912.0
SyntaxReadOnly Property PolynomialDegreeX As Integer
Get
Property Value
Type:
Int32
RemarksIf degree < 0, the value is invalid. There is no polynomial calibration been set.
If degree = 0, the calibration is linear. PixelSize value is valid at this time.
If degree > 0, the calibration is non-linear. PixelSize value is invalid.
See Also