Element.ElementType call is ambiguous

Annotation 2020-09-01 085245

How do I resolve this situation? Please advise and share thoughts on how to solve this situation.

The LinkElement.Element is from Bimmorph package. I am now thinking perhaps its the package creating this issue.

Can you show the rest of your graph? this is what works for me.

@ZJRODGERS Hello Zach, looks like you responded even before I finished my previous reply. :slight_smile: Thank you for willing to look at it.

1 Like

Try replacing the node with it’s equivalent in a code block
Revit.Elements.Element.ElementType(a);

revitElmn_2020-09-01_07-57-29

1 Like

@rab_i also you could try this from clockwork.

1 Like

@ZJRODGERS The clockwork Element.ElementType+ worked as expected.
@Vikram_Subbaiah The code block resulted in the same “call is ambiguous” error.

Thank you for your help.

1 Like