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
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.
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
Thank you for the Solution