Click or drag to resize

IMcSpatial2DCalibUnitX Property

Get or Put X axis unit

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

Property Value

Type: mcSpatial2DUnit
Remarks
Unit, unit name, conversion factor and unit abbreviation are updated according to the new unit. If new unit is mcs2uOther, unit name will keep the same as the old one and unit abbreviation will be nothing. Conversion factor is the factor for converting current unit to base unit. The base units are Millimeter for physical space, Nanometer for frequency space, and Second for time space. If the factor == 0, the value is invalid. That means conversion to base unit need to be treated specially (such as wavenumberR->nm); If > 0, multiply value in current unit by the factor to convert to base unit; If < 0, divide the factor by value in current unit to convert to base unit; example: f is conversion factor, x in current unit, y in base unit. If f > 0, y = x * f; If f < 0, y = -f / x; (x != 0)
See Also