GetColumnDefs method

Returns a collection of the specified data columns from the data table shown on the Title Blocks page by the CAD link after reading a title block from a drawing layout.

Syntax

GetColumnDefs(CollectionType As Integer)

Parameters

Name

Description

CollectionType

One of the following numeric values:

1 – only the mandatory layout and block name columns
2 – only the columns mapped in the link configuration
3 – all columns

Return Value

A collection of column definition objects. Each object has the following properties:

Remarks

Use this method to access the data in multiple title blocks defined in a single drawing. For an example of usage, see DocCADLink_AfterReadMTBProperties event.