I' trying to rename a view category in the Project browser. Please see screen shot for example.
Thanks
I' trying to rename a view category in the Project browser. Please see screen shot for example.
Thanks
Dear Iceman,
Thank you for your query.
Every view in the Revit model is represented by a database element, of class `Element`:
https://apidocs.co/apps/revit/2019/eb16114f-69ea-f4de-0d0d-f7388b105a16.htm
For most elements, you can rename them using their `Name` property:
https://apidocs.co/apps/revit/2019/e372092e-ff47-71c2-1272-50ab08e5a41d.htm
I hope this helps.
Best regards,
Jeremy
Dear Iceman,
Thank you for your query.
Every view in the Revit model is represented by a database element, of class `Element`:
https://apidocs.co/apps/revit/2019/eb16114f-69ea-f4de-0d0d-f7388b105a16.htm
For most elements, you can rename them using their `Name` property:
https://apidocs.co/apps/revit/2019/e372092e-ff47-71c2-1272-50ab08e5a41d.htm
I hope this helps.
Best regards,
Jeremy
Can't find what you're looking for? Ask the community or share your knowledge.