Annotations API Methods
removeDrawingArea()
Removes one drawing area based on given id.
Examples
itemsApp.assessApp().annotationsApp().module('drawing').removeDrawingArea('12345');
Arguments
-
id string
The id of the drawing area to be removed. The id can be any string value. The id can be collected by calling
itemsApp.assessApp().annotationsApp().module().getAllDrawingAreas()[index].getId()
Return value
None (undefined
).