TreeAge Pro Interactive


NumFormObj.quantity
v1.0
NumFormObj - Object Overview
TreeAge Pro Interactive - Table of Contents

TreeAge Pro - Table of Contents

Documentation Home
TreeAge Website Home
  
Property type: quantity as Integer
Access: Read/write
Description: Sets the units associated with numbers.
Remarks:  You may assign any of the following values to quantity. These values operate identically to the options in the Numeric Formatting dialog in the full version of TreeAge Pro:

Quantity Constant Description
0 nf_no_units No units
1 nf_currency Currency
2 nf_prefix Custom prefix (requires tagStr)
3 nf_suffix Custom suffix (requires tagStr)

For the prefix and suffix types, you must enter the custom unit in the tagStr property.

The default value for this property is 0 (nf_no_units).

See also: tagStr