This Subprogram may be used to setup or terminate Viewport Batch Update Mode and to return the mode previously in effect. It is designed to allow an Application to change the mode, perform some operations and then to restore the original mode.
Short Name Calling Sequence
STATUS = UISWBA(NEWMOD[,OLDMOD])
Long Name Calling Sequence
STATUS = UI_SWAP_BATCH(...)
Input Arguments
NEWMOD (Logical) New Batch Mode (see notes)
Output Arguments
OLDMOD (Logical) Old Batch Mode (Optional)
Function Value
UI__SUCCESS ) Success UISUCC )
UI__NOT_INITIALIZED ) Package not Initialized UININI )
Note:
UIBATCHDISABLED ) Batch Update Disabled UIBADI )
UIBATCHENABLED ) Batch Update Enabled UIBAEN )
Where these parameters are defined in the UIPACK Parameter Include files (see Appendix B).