next up previous contents
Next: End Batch Update Up: User Output Subprograms Previous: Specify Text Wrap

Begin Batch Update

This Subprogram sets up Viewport Batch Update Mode. The visible effect of subsequent Viewport display operations will be delayed until the Batch Update is terminated or Operator Input is requested.

Short Name Calling Sequence

STATUS = UIBGBA(DUMMY)

Long Name Calling Sequence

STATUS = UI_BEGIN_BATCH(...)

Input Arguments

DUMMY (Integer) Dummy Function Argument

Output Arguments

None

Function Value

UI__SUCCESS ) Success UISUCC )

UI__NOT_INITIALIZED ) Package not Initialized UININI )

Note:

  1. This Subprogram only affects subsequent display operations in ViewText, ViewCursor and Graphics Modes of operation.
  2. This call will be ignored if Batch Update Mode is already in effect.


Liz Buckle
Fri Jan 13 17:49:20 CST 1995