CalibrationScale Property (original) (raw)
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;
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
Leadtools.Annotations.Engine Assembly