Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 601 Bytes

File metadata and controls

28 lines (20 loc) · 601 Bytes

CreateVP

Description

Creates a viewport object. The specified parent handle may only be a layer or a group contained within a layer, nested or otherwise.

FUNCTION CreateVP(parentHandle : HANDLE): HANDLE;
def vs.CreateVP(parentHandle):
    return HANDLE

Parameters

Name Type Description
parentHandle HANDLE

Remarks

([[User:CBM-c-|c]], 2015.02.25): This invariably creates a VP with scale 1:1, view top-plan and all layers and classes set to invisible.

Version

Availability: from VectorWorks 11.0

Category

  • Objects - Groups