A graphical representation of a 2D drawing or 3D model from a specific location (viewpoint) in space.
Supported Platforms: Windows only
AcadView
Object AcadObject AcadView
VBA
Views.Add
VBA
Views.Item
These members are part of this object:
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.