ZoomPickWindow Method

Back to Methods Reference

Zooms the current viewport to a window defined by points picked on the screen.

Signature

VBA : object.ZoomPickWindow

VL : (vla-ZoomPickWindow object)

(vla-ZoomPickWindow acadapplic)

  • Object : Application
    The object or objects this method applies to.

Remarks

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

Example :


;Get a reference to the Application object 

(setq acadapplic (vlax-get-acad-object))

(vla-ZoomPickWindow acadapplic)

 
The AutoLisp/Visual Lisp/VBA Resource Website
Google
Search the WWW Search AfraLisp

Copyright © 1999-Perpetuity by AfraLisp

All rights reserved.
Information in this document is subject to change without notice.
Site created and maintained by Kenny Ramage

The AutoLisp/Visual Lisp/VBA Resource Website