←Select platform

CalibrationScale Property

Summary
Current calibration scale value.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public double CalibrationScale { get; set; } 
public:  
   property double CalibrationScale 
   { 
      double get() 
      void set(double value) 
   } 
public double getCalibrationScale(); 
public void setCalibrationScale(double value); 
@property (nonatomic, assign, readonly) double calibrationScale; 
CalibrationScale # get and set (AnnContainerMapper) 

Property Value

The current calibration scale value. The default value is 1.0

Remarks

The value of CalibrationScale is used by the ruler objects in this annotation container. This value is previously set in Calibrate

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

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