@mapgear/geoapps > AnalysisDraw
AnalysisDraw class
Represents an analysis draw within an Analysis. The analysis draw is used to create a draw action on the layer used for the analysis
export declare class AnalysisDraw
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| Alias | string | Alias of analysis draw | |
| AnalysisDrawId | string | Unique id of analysis draw | |
| DrawLayerId | string | Id reference to layer used for the draw action | |
| Enabled | boolean | Whether analysis draw is enabled | |
| Title | string | Title of analysis draw |