←Select platform

CalibrationScale Property

Summary

Current calibration scale value.

Syntax
C#
VB
Objective-C
C++
Java
public double CalibrationScale { get; set; } 
Public Property CalibrationScale As Double 
   Get 
   Set 
public:  
   property double CalibrationScale 
   { 
      double get() 
      void set(double value) 
   } 
public double getCalibrationScale(); 
public void setCalibrationScale(double value); 
@property (nonatomic, assign) double calibrationScale; 

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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly