View Object (ActiveX)

A graphical representation of a 2D drawing or 3D model from a specific location (viewpoint) in space.

Supported Platforms: Windows only

Class Information

Class Name

AcadView

Object Inheritance
Object
   AcadObject
      AcadView
Create Using

VBA

Views.Add
Access Via

VBA

Views.Item

Members

These members are part of this object:

Remarks

The line of sight is drawn from the viewpoint (represented by the Center property) to the target point. The Height and Width properties crop the view. Note that these properties do not change the viewport size, only the size of the view visible within the viewport.



Note that the Delete method for a view is found on the View object, not the Views collection. This is due to programming requirements specific to the View object.

To add a view, use the Add method from the Views collection object.