IMcSpatialCalibUnit Property
|
|
Get the calibration unit type.
Namespace:
MediaCy.IQL.Calibrations
Assembly:
MediaCy.IQL.Calibrations (in MediaCy.IQL.Calibrations.dll) Version: 10.0.6912.0
SyntaxProperty Unit As mcSpatialUnit
Get
Set
Property Value
Type:
mcSpatialUnit
RemarksBy default, the spatial calibration are expressed in pixel units.
There are a number of built-in spatial unit types that can
be used to indicate the calibration units. If the calibration units
are set by this property to any unit other than mcsuPixel and mcsuOther,
the calibration will represent an absolute physical size, and will
be convertable from one physical unit to another. Unit uses mcSpatialUnit
which is a built-in unit type:
* mcsuPixel
* mcsuOther
* mcsuNanometer
* mcsuMicrometer
* mcsuMillimeter
* mcsuCentimeter
* mcsuMeter
* mcsuKilometer
* mcsuInch
* mcsuFoot
* mcsuYard
* mcsuMile
* mcsuMil (1/1000 in)
See Also