Occurs when a specific reference to or from the selected documents are updated.
Syntax
DocCADLink_OnUpdateReference(Batch, RefFile, IsCreated, ToFile)
Name | Description |
---|---|
Batch |
An object that represents the batch of documents the user has selected. |
RefFile |
A string that contains the name of the file that is referenced. |
IsCreated |
True if the reference exists, False if the reference does not yet exist. |
ToFile |
Set to True to update the reference information stored in the file, False to only update the references in the vault. |
Related concepts