←Select platform

CalibrationScale Property

Summary

Gets the current calibration scale value.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public double CalibrationScale { get; } 
Public ReadOnly Property CalibrationScale As Double 
public double CalibrationScale {get;} 
@property (nonatomic,readonly) double calibrationScale; 
public double getCalibrationScale() 
 get_CalibrationScale();  
public:  
   property double CalibrationScale 
   { 
      double get() 
   } 

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

Leadtools.Annotations.Core Assembly