←Select platform

CalibrationUnit Property

Summary

The default unit of measure to use when creating new ruler objects in the container after calibration has been performed.

Syntax
C#
VB
Objective-C
C++
Java
public AnnUnit CalibrationUnit { get; set; } 
Public Property CalibrationUnit() As AnnUnit 
   Get 
   Set 
public:  
   property AnnUnit^ CalibrationUnit 
   { 
      AnnUnit^ get() 
      void set(AnnUnit^ value) 
   } 
public AnnUnit getCalibrationUnit(); 
public void setCalibrationUnit(AnnUnit value); 
@property (nonatomic, assign) LTAnnUnit calibrationUnit 

Property Value

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.

Remarks

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.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.