The default unit of measure to use when creating new ruler objects in the container after calibration has been performed.
public AnnUnit CalibrationUnit { get; set; }
Public Property CalibrationUnit() As AnnUnit
Get
Set
public AnnUnit getCalibrationUnit();
public void setCalibrationUnit(AnnUnit value);
@property (nonatomic, assign) LTAnnUnit calibrationUnit
The default unit of measure to use when creating new ruler objects in the container after calibration has been performed. The default value is AnnUnit.Inch.
This property is set to the destinationUnit parameter passed to Calibrate and will be used as the default unit of measure value for all subsequent ruler objects created in this container.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET