DrawingDocument.TitleBlockDefinitions Property
Parent Object: DrawingDocumentDescription
Property that returns the TitleBlockDefinitions collection object. This object provides access to all of the title block definition in the document and provides functionality to create new title block definitions.
Syntax
DrawingDocument.TitleBlockDefinitions() As TitleBlockDefinitionsProperty Value
This is a read only property whose value is a TitleBlockDefinitions.Samples
Name | Description |
Title Block Definition Create and Insert | This sample illustrates creating a new title block definition object and inserting it into the active sheet. This sample consists of two subs. The first demonstrates the creation of a title block definition and the second inserts it into the active sheet. |