Adds a Paperspace Viewport given the center, width and height.
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 ...