geRefreshWindow
geRefreshWindow( [w_windowId] [l_bBox] ) => t / nil
Description
Refreshes a window. If a bounding box is specified, only that area is refreshed.
Arguments
|
Database ID of the window to be refreshed. If not specified, the current window is used. |
|
Value Returned
Examples
geRefreshWindow( win2 )
Related Topics
Return to top