calibrationScale Property

Summary

Gets the current calibration scaling factor.

Syntax

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

Property Value

The current calibration scaling factor for this ruler. The default value is 1.

Remarks

The value of CalibrationScale is used by this ruler object in this annotation container. This value was 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