Causes the CAD Application/System to find the currently active window and force it to refresh it's display area.

Return Value

none

Remarks

This can be required between certain steps in the script in order to show some changes in the system.

Unless the user needs to see multiple changes throughout the script, call this routine only once at the end to update the window.

Call when required multiple times in the script in order to show progress for long scripts. Often a long script will seem shorter when the window contents are changing over and over even though the end-to-end script time may actually get longer

Examples

CAD.Refresh

    or

CAD.Refresh()