Property method
Returns an object that represents data stored in the title block data table for the specified property.
Syntax
Property(LayoutName As String, ColumnName As String)
Parameters
Name |
Description |
---|---|
LayoutName |
Name of layout that contains a linked title block with the specified column name. |
ColumnName | Internal name of the column in the data table shown on the Title Blocks page by the CAD link for the specified drawing layout. |
Return Value
The returned object has the following properties:
-
Value - the read-write value of the specified property.
-
ColumnDef - a column definition object for the column that contains the value as described in GetColumnDefs method.
Remarks
Use this method to access the data in multiple title blocks defined in a single drawing and to set attribute values (optional). For an example of usage, see DocCADLink_AfterReadMTBProperties event.