snapPatternGlobalGridAnchoring
graphic snapPatternGlobalGridAnchoring boolean { t | nil }
Description
Determines whether the snap pattern global grid anchoring is enabled.
This environment variable applies only to newly created cell views. Once a cellview is created, the setting of this environment variable is retained. To view or edit the setting after the cellview is created, you can use the functions, dbSetGlobalGridOffsetReferenceType and dbGetGlobalGridOffsetReferenceType.
GUI Equivalent
Examples
envGetVal("graphic" "snapPatternGlobalGridAnchoring")
envSetVal("graphic" "snapPatternGlobalGridAnchoring" 'boolean t)
envSetVal("graphic" "snapPatternGlobalGridAnchoring" 'boolean nil)
Related Topics
Return to top