CAViewer::Update

CAViewer class

Forces Array Viewer to redraw its view to reflect any data changes since the last Update.

BOOL Update(
  long count
  );

Parameters

count
Can be 0 or 1.
If the value is 0, Update returns immediately.
If the value is 1, Update won't return until the Array Viewer views have been updated.

Return Value

Returns TRUE if the operation was successful; otherwise, FALSE.

Remarks

Invoke this function when the data or Region of Interest (ROI) has been modified and you want Array Viewer to reflect the new data.