This is a lower-level API. Lower-level APIs are not recommended for most projects, and may not be available on all plans. See our page on recommended deployment patterns for more information.
Public Method Annotations API

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).

Was this article helpful?