DrawingDocument.Sheets Property
Parent Object: DrawingDocumentDescription
Property that returns the Sheets collection object. This object provides access to all of the sheets in the document.
Syntax
DrawingDocument.Sheets() As SheetsProperty Value
This is a read only property whose value is a 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. |