geValidateWindow
geValidateWindow( [w_windowId] ) =>w_windowId/ nil
Description
Verifies the database ID of a window.
Verifies that a graphics cellview is installed in the window. Returns an error if w_windowId is not a graphics window.
Arguments
Value Returned
Examples
Returns window:123456, the database ID of window10.
geValidateWindow( window10 )
Related Topics
Return to top