Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 588 Bytes

File metadata and controls

31 lines (24 loc) · 588 Bytes

ReDrawAll

Description

Procedure ReDrawAll invokes a full screen redraw of the active VectorWorks document. ReDrawAll is used when the document view needs to be refreshed prior to additional operation being performed in the document.

PROCEDURE ReDrawAll;
def vs.ReDrawAll():
    return None

Examples

ReDrawAll;
import vs

# Procedure ReDrawAll invokes a full screen redraw of the active VectorWorks
# document.
vs.ReDrawAll()

Version

Availability: from All Versions

Category