AddPViewport method

Adds a Paperspace Viewport given the center, width and height.

Syntax

     objectVariable = object.AddPViewport([Center], [Width], [Height])

where:

     Center is a Point object specifying the coordinate location for viewport center;

     Width and Height are double-precision variables representing the dimensions of the viewport.

Examples ...

Add PViewport method example