BlueCielo Meridian Enterprise 2018 VBScript API Reference
DocCADLink_AfterReadProperty event
Occurs after a document property that is mapped to a title block attribute is read.
Syntax
DocCADLink_AfterReadProperty(Batch, PropertyName, Value)
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.