VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebInteractiveObjectCollectionJS type / getItem Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    getItem Method
    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(
    index
    Zero-based index of interactive object in collection.
    : number
    ) : object;

    Parameters

    index
    Zero-based index of interactive object in collection.

    Return Value

    An interactive object.
    Exceptions
    ExceptionDescription
    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
    56+
    45+
    11
    See Also