Share

DrawingViews Object


Description

The DrawingViews collection object provides access to the objects associated with the sheet the collection was obtained from. It also provides method to create new drawing views.

Methods

Name Description
AddAssociativeDraftView Method that creates a new associative draft . An empty draft view is created and associated with the input document. The newly created DrawingView is returned.
AddAuxiliaryView Method that creates an auxiliary drawing view.
AddBaseView Method that creates a new base . The newly created DrawingView is returned.
AddDetailView Method that creates a detail drawing view. This method fails if the parent sheet is not active.
AddDraftView Method that creates a new draft . The newly created DrawingView is returned.
AddOverlayView Method that creates an overlay drawing view.
AddOverlayView2 Method that creates an overlay drawing view.
AddProjectedView Method that creates a projected .
AddSectionView Method that creates a section drawing view.
AddSectionView2 Method that creates a section drawing view.

Properties

Name Description
Count Property that returns the number of items in this collection.
Item Returns the specified object from the collection.
Type Returns an ObjectTypeEnum indicating this object's type.

Accessed From

Sheet.DrawingViews

Version

Introduced in version 4

Was this information helpful?