pltIAxis GetAxesLockOption
Displays current state of the Axes panel's Lock option.
Syntax
pltIAxis GetAxesLockOption
Application
HyperWorks Tcl Query
Description
- 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
HyperWorks Tcl Query