leCycleSnapPatternDisplay
leCycleSnapPatternDisplay( [w_windowId] ) =>t_snapPatternDisplayMode
Description
Sets the snap pattern display to the next value in the Snap Pattern Display option, in the order of full, tracks, boundary, and periods.
Arguments
Value Returned
Example
If the Snap Pattern Display option is currently set to full, the snap pattern display value will be cycled as follows:
leCycleSnapPatternDisplay() -> "tracks"
leCycleSnapPatternDisplay() -> "boundary"
leCycleSnapPatternDisplay() -> "periods"
leCycleSnapPatternDisplay() -> "full"
leCycleSnapPatternDisplay() -> "tracks"
Return to top