| 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. |
| 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. |
| 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. |