up Inquisit Language Reference

mm function

Returns an extent representing the given value in millimeters.

Member of

<global>

Syntax

mm(value)

Return Type

extent

Parameters

Name Type Description
value number A numeric value

Remarks

This function can be used when assigning a value that should be interpretted as millimeters to an extent property such as width or height.

Examples

The following sets the with of a shape to 16 millimeters.

shape.target.width = mm(16);

Copyright Millisecond Software, LLC. All rights reserved.