moveLabelOrigin
layoutXL.floorplan moveLabelOrigin boolean { t | nil }
Description
Specifies whether the origins of labels and text displays are to be changed when running the Label Update command. When set to t, use the moveLabelTo environment variable to control the new position of the label origin.
GUI Equivalent
Examples
envGetVal("layoutXL.floorplan" "moveLabelOrigin")
envSetVal("layoutXL.floorplan" "moveLabelOrigin" 'boolean t)
Related Topics
Updating Pin Labels and Text Displays
Return to top