Enumerates the intents of the polygon or polyline annotation.
| Name | Type | Value | Description |
|---|---|---|---|
| UNDEFINED | String | 'Undefined' | Undefined state. |
| POLYGON_CLOUD | String | 'PolygonCloud' | Means that the annotation is intended to function as a cloud object. |
| POLY_LINE_DIMENSION | String | 'PolyLineDimension' | Indicates that the polyline annotation is intended to function as a dimension. |
| POLYGON_DIMENSION | String | 'PolygonDimension' | Indicates that the polygon annotation is intended to function as a dimension. |