BlueCielo Meridian Enterprise 2018 VBScript API Reference
GetReferences method
Gets the references of the specified type for the current document object.
Syntax
GetReferences(RefTypeName As String, [InComing As Boolean = False]) As IASReferences
| Name | Description |
|---|---|
|
RefTypeName |
The name of the reference type to retrieve. |
|
InComing |
If True, returns only incoming references. If False, returns only outgoing references. |
Return Value
A collection of references as described in About the References object.