VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebInteractiveObjectCollectionJS type / removeItemAt Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    removeItemAt Method
    In This Topic
    Removes specified interactive object from the collection.
    Syntax
    var instance = new Vintasoft.Imaging.UI.VisualTools.WebInteractiveObjectCollectionJS(typeOfElements);
    
    var value; // Type: any
    
    // Parameters
    var index; // Type: number
    
    value = instance.removeItemAt(index);
    
    
    function removeItemAt(
    index
    The zero-based index of interactive object which should be removed.
    : number
    ) : any;

    Parameters

    index
    The zero-based index of interactive object which should be removed.
    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