Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 483 Bytes

File metadata and controls

24 lines (18 loc) · 483 Bytes

UpdateVP

Description

Updates the specified viewport: a dirty viewport, whose render type is other than wireframe, will be re-rendered.

PROCEDURE UpdateVP(viewportHandle : HANDLE);
def vs.UpdateVP(viewportHandle):
    return None

Parameters

Name Type Description
viewportHandle HANDLE Handle to a viewport

Version

Availability: from VectorWorks11.0

Category