pltIPlot SetShiftPicking

Sets whether or not shift-picking is enabled.

Syntax

pltIPlot_handle SetShiftPicking picking

Application

Tcl Modify

Description

Returns 0 = HW_Success or 3 = HW_InvalidHandle.

Inputs

picking
True
Shift-picking is on.
False
Shift-picking is off.

Example

To turn shift-picking on:
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName [myProjectName GetActivePage]
myPageName GetWindowHandle myWindowName [myPageName GetActiveWindow]
myWindowName GetClientHandle myPlotName
myPlotName SetShiftPicking true

Errors

None.