The IReferencesCollection interface provides the following properties and methods for accessing presentation references:
Property | Type | Description |
---|---|---|
count | Number | Number of references in the collection. |
Method | Description |
---|---|
getReference(index:Number):IReferenceInfo | Returns ReferenceInfo interface providing the information about the specified reference. Note: the index parameter is an integer value from 0 to (number of references - 1). |