ZoomWindow Method

Zooms the current viewport to the area specified by two opposite corners of a rectangle.

See Also | Example

Signature

object.ZoomWindow LowerLeft, UpperRight

Object

Application
The object or objects this method applies to.

LowerLeft

Variant (three-element array of doubles); input-only
The 3D WCS coordinates specifying the lower-left corner of the window to display.

UpperRight

Variant (three-element array of doubles); input-only
The 3D WCS coordinates specifying the upper-right corner of the window to display.

Remarks

This method applies to the current active viewport (paper space viewport or model space viewport).

 

   Comments?