You are here: Understanding the Meridian event procedures > About the CAD link events > DocCADLink_AfterReadProperty event

DocCADLink_AfterReadProperty event

Occurs after a document property that is mapped to a title block attribute is read.

Syntax

DocCADLink_AfterReadProperty(Batch, PropertyName, Value)
Parameters
Name Description

Batch

An object that represents the batch of documents the user has selected.

PropertyName

A string that contains the property name that was read.

Value

The property value that was read.

Remarks

This event also occurs after a title block is read during batch import by the Document Import Tool. The Document object is available during this event but is read-only.

Related concepts

About the CAD link events