Share

Sheets Object


Description

The Sheets collection object provides access to all the existing objects in a drawing document and provides methods to create additional sheets. See here for an overview on drawing views.

Methods

Name Description
Add Method that creates a new Sheet.
AddUsingSheetFormat Method that creates a new Sheet based on the input format. The newly created Sheet is returned.

Properties

Name Description
Application Returns the top-level parent application object. When used the context of Inventor, an Application object is returned. When used in the context of Apprentice, an ApprenticeServer object is returned.
Count Property that returns the number of items in this collection.
Item Returns the specified Sheet object from the collection.
Type Returns an ObjectTypeEnum indicating this object's type.

Accessed From

ApprenticeServerDrawingDocument.Sheets, DrawingDocument.Sheets

Samples

Name Description
Copying a title block definition This sample demonstrates copying a title block definition from one drawing to another and replacing the existing title blocks in the drawing with the new title block.

Version

Introduced in version 4

Was this information helpful?