pointSelectCycleMode
graphic pointSelectCycleMode string { "toggle" | "cycle" }
Description
Sets the Overlap Mode cyclic field to Toggle or Cycle in the Point Selection Controls section on the Selection Options form, accessed by choosing Options – Selection.
GUI Equivalent
Examples
envGetVal("graphic" "pointSelectCycleMode")
envSetVal("graphic" "pointSelectCycleMode" 'string "cycle")
Related Topics
Return to top