🔨Create Drawing

<DrawEntryDynamic | DrawEntry> Utilities.CreateDrawing(<table> Properties)

Creates a new drawing object and automatically sets the properties of a drawing object.

Make sure to add a Type property inside the Properties table to specify the type of Drawing object to create.

Parameters

Name
Description
Type
Default
Optional

Properties

The properties to apply to the object

table

N/A

Return

<DrawEntryDynamic, DrawEntry> the object with the properties applied

Last updated