Reload DWG to Revit File

Reload DWG to Revit File

Anonymous
Not applicable
361 Views
1 Reply
Message 1 of 2

Reload DWG to Revit File

Anonymous
Not applicable

Hi,

 

I am doing a customization in revit architecture like updating parameters.

The parameters are updating correctly but if i want to see them in revit file they are not appearing.

Kindly suggest what are the ways to reload the model after making changes so that the updated attributes appear.

 

Regards,

Krati

Software Engineer

 

0 Likes
362 Views
1 Reply
Reply (1)
Message 2 of 2

aignatovich
Advisor
Advisor

Hi!

You can use CADLinkType.Reload method, but it appeared in API since Revit 2018, there is no appropriate method in older Revit versions.

 

Be careful, CADLinkType represents both CAD links and CAD imports. The function IsLink can be used to distinguish between the two. CAD imports are not ExternalFileReferences; they are brought completely into the document and maintain no connection to their original file. (this is from documentation)