Click or drag to resize

IMcSpatial2DCalibPixelSizeY Property

Get or Put Y axis pixel size

Namespace:  MediaCy.IQL.Calibrations.NonLinear
Assembly:  MediaCy.IQL.Calibrations.NonLinear (in MediaCy.IQL.Calibrations.NonLinear.dll) Version: 10.0.6912.0
Syntax
VB
Property PixelSizeY As Double
	Get
	Set

Property Value

Type: Double
Remarks
An error will be returned if try to put a pixelsize <= 0. PixelSizeY can not be put if Y axis is in polynomial calibration. At this situation, PixelSizeY should be decided by the calibration. PixelSizeY value can only be used while the Y axis calibration is a linear polynomial. If PixelSizeY < 0, the value is invalid; If > 0, the value is valid.
See Also