pltIAxis SetLockOption
Sets one of the three states for the selected axis.
Syntax
pltIAxis SetLockOption
Application
HyperWorks Tcl Query
Description
- 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
HyperWorks Tcl Query