AddPViewport Method

Adds a paper space viewport, given the center, height, and width.

See Also | Example

Signature

RetVal = object.AddPViewport(Center, Width, Height)

Object

PaperSpace collection
The object or objects this method applies to.

Center

Variant (three-element array of doubles); input-only
The center coordinates of the viewport.

Width

Double; input-only
The width of the viewport. Must be a positive number.

Height

Double; input-only
The height of the viewport. Must be a positive number.

RetVal

PViewport object
The newly created PViewport object.

 

   Comments?