Announcements
Welcome to the Revit Ideas Board! Before posting, please read the helpful tips here. Thank you for your Ideas!
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

API to allow renaming link instance

API to allow renaming link instance

In the Revit interface, it is possible to rename a Revit Link instance.

In the API, when assiging a string to RevitLinkInstance.Name, we receive a "This element doesn't support assignment of a user-specified name".

PLease note that Revit Lookup reports the RevitLinkInstance.Name as a string following the schema below:

Revit File Name.rvt : Link Instance Name : location <Location>

1 Comment
Amedeo.Papi
Explorer

I found that is possible to set it using something like:

linkedRoomInstance.GetParameters("Name").First().Set("Name to be assigned to link instance");

This idea can be deleted.

Can't find what you're looking for? Ask the community or share your knowledge.

Submit Idea  

Autodesk Design & Make Report