pltIAxis SetAxesLockOption

Sets one of the three Lock option states for the axes.

Syntax

pltIAxis SetAxesLockOption

Application

Tcl Query

Description

This command sets one of three states for the Axes panel's Lock option. The three states include:
  • 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

Tcl Query