Hello Dynamo community,
has someone an idea, why i can´t place an space tag?
Thank you for your help.

Hello Dynamo community,
has someone an idea, why i can´t place an space tag?
Thank you for your help.

Could you post again with the results window showing please?

Hello Sean,
maybe it´s a problem with the german version of Revit i use, i´ve tried it in the english version.
But something wired happend. The node works, but it places the annotations far far far far away, an it still have the binding to the space. However that may work
-)
What version of Revit are you in? The error appears to be saying that that the Method is wrong and according to the API reference the method changed in 2018.1.
http://www.revitapidocs.com/2018.1/ede92095-e554-9cc7-5286-a9d053466d1b.htm
What package version is the Create Annotation Tag node from?
Revit 2019.2
Dynamo core 2.02.6826
Dynamo Revit 2.02.6833
archilab v. 201.3.7.6920
Hi Christoph,
The Tag creation changed in the Revit API.
You can use Create Independant Tag in Genius Loci package instead.
This is an update of the Create annotation Tag node.
Thanks to Konrad Sobon for making the original one.
@Konrad_K_Sobon, is this method changed in your current package?
Connect the All Elements of Category to the Bool Filter node, not the Get Parameter node like you have now. Currently your passing it the parameter value, not the actual element.