Get element Types with string

Hi

Is it possible to get Element Types with a string? I don’t want to use the drop down Node Element Types.

I also made this with Category (Category.ByName).

Regards

Hi,

Use the ElementType.ByName node of Clockwork package.
ElementType.ByName

If you need the exact Type you can use ElementType.ByName. Otherwise you can “hard code” the element type in a codeblock: Code Block For View Drafting - #5 by Raja

4 Likes

Thank you for the Solution

image