alignReference
layoutalignReference string { "point" | "object"|"layer" }
Description
Sets the Reference field on the Edit – Advanced – Align form to Point, Object, or Layer. The valid values are point, object, or layer. For object, instances, rows, cluster boundaries, and groups are supported in layout editor; additionally, pins are supported in Layout EXL and higher tiers.
GUI Equivalent
Examples
envGetVal("layout" "alignReference")
envSetVal("layout" "alignReference" 'string "object")
envSetVal("layout" "alignReference" 'string "layer")
Related Topics
Return to top