activateGraphicParams Method
Sets the current active symbology for this builder. Any new geometry subsequently added to the builder will be drawn using the specified symbology.
activateGraphicParams(graphicParams: GraphicParams): void
@see setSymbology for a convenient way to set common symbology options.
| Parameter | Type | Description | 
|---|---|---|
| graphicParams | GraphicParams | The symbology to apply to subsequent geometry. | 
Returns - void
Defined in
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.