poIPostManager GetMemoryWarningEnabled
Query whether the memory usage warning is enabled.
Syntax
poIPostManager_handle GetMemoryWarningEnabled
Application
HyperView Tcl Query
Description
This command, valid only in Upfront Data Loading Mode, returns true if the memory usage warning is enabled and false if it is not enabled.
Example
To query if HyperView is loading vector data:
hwi OpenStack
hwi GetSessionHandle sess
sess GetClientManagerHandle mgr animation
mgr GetMemoryWarningEnabled
hwi CloseStack
Errors
None.
Related Topics
See the Upfront Data Loader APIs topic for additional information regarding the various Tcl/Tk commands that have been added for this workflow.