macros:function:handles.setlockstate
This is an old revision of the document!
Function
Handles.SetLockState
Void Handles.SetLockState(LockStates state)
API | http://api.avolites.com/11.0/Handles.SetLockState.html |
---|---|
description | Set the lock state of a handle |
namespace | Handles |
parameter | state ( LockStates ) : “Unlocked”, “TransparentLocked” or “FullyLocked” |
return value | Void |
affects | Handles.SourceHandle |
Example in
<step>Handles.SetSourceHandle("Playbacks", 0)</step> <step>Handles.SetLockState(TransparentLocked)</step>
Puts a transparent lock on handle #1 of the current playbacks page.
Also used in
Remarks
You could leave a comment if you were logged in.
macros/function/handles.setlockstate.1535227273.txt.gz · Last modified: 2018/08/25 20:01 (external edit)