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)| Name | Type | Description |
|---|---|---|
| LayerHand | HANDLE | |
| PageWidth | REAL | |
| PageHeight | REAL |
Availability: from Vectorworks 2019.1