pltIAxis SetLockOption
Sets one of the three states for the selected axis.
Syntax
pltIAxis SetLockOption
Application
Tcl Query
Description
This command sets one of three states for the Axes panel's Lock option for the
selected axis. The three states include:
- Never
- Always
- At Import
Example
hwi GetSessionHandle sess;
sess GetClientHandle cl;
cl GetVerticalAxisHandle v 1
v SetLockOption "Never"
Errors
Success (sets one of three options: Never, Always, or At Import) or an error message is returned.
Keywords
Tcl Query