←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
Java
Objective-C
C++
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly