pltIBuildPlotsCtrl IsPostMode
Determines whether build plots is in post mode.
Syntax
pltIBuildPlotsCtrl_handle IsPostMode
Application
HyperWorks Tcl Query
Description
This command determines whether build plots is in post mode (HyperView) or in HyperGraph. True is returned if build plots is in post mode, and false is returned if build plots is not in post mode (in HyperGraph).
Example
hwi GetSessionHandle sess;
sess GetClientManagerHandle mgr plot;
mgr GetBuildPlotsCtrlHandle build;
build IsPostMode;
Errors
Success (0) or an error message is returned.
Keywords
HyperWorks
Tcl
Build Plots
Query