*SyncToActiveWindow()
Specifies whether syncing with the active window is on or off.
Syntax
*SyncToActiveWindow (state)
Application
HyperGraph 2D, HyperGraph 3D, HyperView, MediaView, MotionView, and TextView.
Inputs
- state
-
- "On"
- Turns on syncing with the active window.
- "Off"
- Turn off syncing with the active window.
Context
*BeginDefaults()
Example
*BeginDefaults()
*SyncToActiveWindow(On)
*EndDefaults()