Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 516 Bytes

File metadata and controls

29 lines (23 loc) · 516 Bytes

TBB_GetPageArea

Description

Gets the page area of the selected layer in inches

PROCEDURE TBB_GetPageArea(
				LayerHand      : HANDLE;
				VAR PageWidth  : REAL;
				VAR PageHeight : REAL);
def vs.TBB_GetPageArea(LayerHand):
    return (PageWidth, PageHeight)

Parameters

Name Type Description
LayerHand HANDLE
PageWidth REAL
PageHeight REAL

Version

Availability: from Vectorworks 2019.1

Category