pltIPlot GetShiftPicking
Returns whether or not shift-picking is on.
Syntax
pltIPlot_handle GetShiftPicking
Application
HyperWorks Tcl Query
Description
- True
 - Shift-picking is on
 - False
 - Shift-picking is off.
 
Example
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName [myProjectName GetActivePage]
myPageName GetWindowHandle myWindowName [myPageName GetActiveWindow]
myWindowName GetClientHandle myPlotName
myPlotName GetShiftPickingErrors
None.