spacingMode
layout.wspMgr spacingMode 'cyclic { "centerToCenter" | "edgeToEdge" }
Description
Specifies how the spacing is to be measured between tracks for the width spacing pattern. The default value is edgeToEdge.
GUI Equivalent
Examples
envGetVal("layout.wspMgr" "spacingMode")
envSetVal("layout.wspMgr" "spacingMode" 'cyclic "centerToCenter")
Return to top