In This Topic
Returns an interactive object.
Syntax
var instance = new Vintasoft.Imaging.UI.VisualTools.WebInteractiveObjectCollectionJS(typeOfElements);
var value; // Type: object
// Parameters
var index; // Type: number
value = instance.getItem(index);
function getItem(
: number
) : object;
Parameters
- index
- Zero-based index of interactive object in collection.
Return Value
An interactive object.
Exceptions
| Exception | Description |
| Thrown if argument has wrong type. |
| Thrown if index is less than zero or index is equal to or greater than collection length. |
Browser Compatibility
See Also