User Tools

Site Tools


macros:property:handles.sourcehandle.lockstate

Titan Property

Handles.SourceHandle.LockState

API http://api.avolites.com/11.0/Handles.SourceHandle.LockState.html
description Gets or sets the lock state of the current source handle.
Namespaces Handles.SourceHandle
type Enum
values Unlocked, FullyLocked, TransparentLocked
example
<step>ActionScript.SetProperty.Enum("Handles.SourceHandle.LockState", "FullyLocked")</step>
<step>Handles.SetLockState(Handles.SourceHandle.LockState)</step>
Setting the property on its own is not enough as it is only used for display purposes and does not update the handle properties when it is changed. Since the SetLockState function requires an Enum type and not a string you need to either create an Enum value using Math.ToEnum or set Handles.SourceHandle.LockState to the correct value and pass that in.
used in
macros/property/handles.sourcehandle.lockstate.txt · Last modified: 2019/05/05 12:28 by icke_siegen

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki