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 item; // Type: number
value = instance.removeItem(item);
function removeItem(
: number
) : any;
Parameters
- item
- WebRectangularSelectionJS to remove.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
| Thrown if collection does not contains specified interactive object. |
Browser Compatibility
See Also