pltIAxis GetAxesLockOption
Displays current state of the Axes panel's Lock option.
Syntax
pltIAxis GetAxesLockOption
Application
Tcl Query
Description
This command returns the current state of the Axes panel's Lock option. The three
states include:
- Never
- Always
- At Import
Example
hwi GetSessionHandle sess;
sess GetClientHandle cl;
cl GetAxesLockOption;
Errors
Success (displays one of three options: Never, Always, or At Import) or an error message is returned.
Keywords
Tcl Query