alignSpacingType
layoutalignSpacingType string { "spacings"| "pitches" }
Description
Sets the Between Objects and Pitches radio buttons on the Edit – Advanced – Align form, when the Reference field is set to Point, and the Apply Spacing field is turned on. The valid values are spacings (for the Between Objects radio button) or pitches.
The default is spacings. You can set the Apply Spacing field with the alignApplySpacing environment variable.
GUI Equivalent
Examples
envGetVal("layout" "alignSpacingType")
envSetVal("layout" "alignSpacingType" 'string "pitches")
Related Topics
Return to top