SteamNodes Tool.CreateEmptySheet node ViewName Attribute Depricated

Due to upgrading to Revit 2020 and using 2.1, This node is having trouble with the “'ViewSheet Object has no attribute ‘ViewName’”. Does anyone know what method I should replace this with in the 2020 api?

Hi @mboyntonYS3J6,

It looks like you have to change it to a.Name = n as per this.

I don’t have access to R2020 yet, so can’t test it myself.

Good luck :slight_smile:

Nailed it @MartinSpence! Thank you so much for your help. Now to check all the other graphs for these kinds of issues.

No probs :+1: