pltIAxis SetAxesLockOption
Sets one of the three Lock option states for the axes.
Syntax
pltIAxis SetAxesLockOption
Application
HyperWorks Tcl Query
Description
- Never
- Always
- At Import
Example
hwi GetSessionHandle sess;
sess GetClientHandle cl;
cl SetAxesLockOption “Never”
Errors
Success (sets one of three options: Never, Always, or At Import) or an error message is returned.
Keywords
HyperWorks Tcl Query