nUnit

Address of the short integer variable to be updated with the object's unit of measurement. Possible values are:

Value

Meaning

ANNUNIT_INCHES

[0x0000] inches

ANNUNIT_FEET

[0x0001] feet

ANNUNIT_YARDS

[0x0002] yards

ANNUNIT_MICROMETERS

[0x0003] micrometers

ANNUNIT_MILIMETERS

[0x0004] millimeters

ANNUNIT_CENTIMETERS

[0x0005] centimeters

ANNUNIT_METERS

[0x0006] meters

ANNUNIT_TWIPS

[0x0007] twips

ANNUNIT_POINTS

[0x0008] points

ANNUNIT_PIXELS

[0x0009] pixels

In C++, declare the variable and pass its address. In most other languages, pass the variable by reference.