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

getAllDrawingAreas()

Get all of the Drawing Area instances in an array, so they can be manipulated.

Examples

itemsApp.assessApp().annotationsApp().module('drawing').getAllDrawingAreas();

Arguments

None.

Return value

DrawingAreaInstance

Was this article helpful?