Procedure GetSecondaryUnitInfo sets the secondary unit parameters for the active document.
PROCEDURE GetSecondaryUnitInfo(
VAR style : INTEGER;
VAR dimPrec : LONGINT;
VAR format : INTEGER;
VAR showMark : BOOLEAN;
VAR dispFrac : BOOLEAN);def vs.GetSecondaryUnitInfo():
return (style, dimPrec, format, showMark, dispFrac)| Name | Type | Description |
|---|---|---|
| style | INTEGER | Returns active secondary units style. |
| dimPrec | LONGINT | Returns dimension precision. |
| format | INTEGER | Returns decimal formatting. |
| showMark | BOOLEAN | Returns unit mark display setting. |
| dispFrac | BOOLEAN | Returns fractional display setting. |
Returns settings information for secondary units.
See GetPrimaryUnitInfo for details on changes in version 9, and again in version 12.
Availability: from VectorWorks8.0