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