TitleBlock.Delete Method
Parent Object: TitleBlockDescription
Method that deletes the title block from the sheet.
Syntax
TitleBlock.Delete()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. |
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. |