calibrationScale Property

Summary

Gets the current calibration scale value.

Syntax

JavaScript Syntax
Object.defineProperty(AnnContainerMapper.prototype, 'calibrationScale', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
calibrationScale: number; 

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