Thanks for you response, but that didnât fix it for me.
NB
I hate changes like these. I am getting the hang of Dynamo and nowthey gonna
f*** me over with stuff like this .
EDIT
Fixed. I removed the refresh from the node earlier. Shouldnât have done that.
I put it back and now it works! Thank you again @Alban_de_Chasteigner.
Not the first time you have been my savior.
Bit off-topic.
As Packages / nodes arenât allways updated for all the different Revit versions. Is there i place i can find information about these changes so i can fix nodes
myself? i.e. ViewName to Name. So i donât have to create a topic for stuff like this.
Hi Alban,
I am a newbee looking at the Revit API and could use a little help, as it all looks very cryptic. I looked at your link here:
But I dont see anywhere it tells you to switch a.ViewName = n to a.Name=n I can see that ViewName was deprecated. but how did you know to fix it with a.Name?
Also, is there anywhere that explains how to read the Revit API, I have looked at it many times, but still really cant understand where to look to get information that I need to write code. I have looked at some code that I knew worked, went into the API to see if I could figure out how it looked in there and couldnt figure out the correlation. Is there some document somewhere that explains how to read the API in laymens terms?