Share

Views Object

Derived from: ViewsEnumerator Object

Description

The Views collection object provides access to all of the graphic objects associated with a particular document. It also provides functionality to create new views.

Methods

Name Description
Add Create a new view of the document.

Properties

Name Description
Count Property that returns the number of items in this collection.
Item Allows integer-indexed access to items in the collection.
Type Returns an ObjectTypeEnum indicating this object's type.

Accessed From

AssemblyDocument.Views, Document.Views, DrawingDocument.Views, PartDocument.Views, PresentationDocument.Views

Version

Introduced in version 4

Was this information helpful?