TitleBlock.Definition Property
Parent Object: TitleBlockDescription
Property returning the title block definition object this title block is an instance of.
Syntax
TitleBlock.Definition() As TitleBlockDefinitionProperty Value
This is a read only property whose value is a TitleBlockDefinition.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. |