calibrationUnit Property

Summary

The default unit of measure to use when creating new ruler objects in the container after calibration has been performed.

Syntax

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

Property Value

The default unit of measure to use when creating new ruler objects in the container after calibration has been performed. The default value is AnnUnit.Inch.

Remarks

This property is set to the destinationUnit parameter passed to Calibrate and will be used as the default unit of measure value for all subsequent ruler objects created in this container.

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