pltIAxis GetLockOption

Display the current state of the Axes panel's Lock option for selected axis.

Syntax

pltIAxis GetLockOption

Application

Tcl Query

Description

This command returns the current state of the Axes panel's Lock option for selected axis. There are three states:

  • Never
  • Always
  • At Import

Example

hwi GetSessionHandle sess;
sess GetClientHandle cl;
cl GetVerticalAxisHandle v 1
v GetLockOption;

Errors

Success (displays one of three options: Never, Always, or At Import) or an error message is returned.

Keywords

Tcl Query