pltIPlot GetShiftPicking

Returns whether or not shift-picking is on.

Syntax

pltIPlot_handle GetShiftPicking

Application

Tcl Query

Description

Returns:
True
Shift-picking is on
False
Shift-picking is off.
3 = HW_InvalidHandle

Example

To get the shift-picking value:
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName [myProjectName GetActivePage]
myPageName GetWindowHandle myWindowName [myPageName GetActiveWindow]
myWindowName GetClientHandle myPlotName
myPlotName GetShiftPicking

Errors

None.