Save data in revit at the application level

Save data in revit at the application level

SamBerk
Advocate Advocate
995 Views
2 Replies
Message 1 of 3

Save data in revit at the application level

SamBerk
Advocate
Advocate

Hi all,

 

I know I can use Extensible Storage to save data in Revit but it's saved in the rvt file, so my question is, is there any way to save data in revit at the application level? so i can access it from all projects.

 

Thanks

0 Likes
Accepted solutions (1)
996 Views
2 Replies
Replies (2)
Message 2 of 3

naveen.kumar.t
Autodesk Support
Autodesk Support

Hi @SamBerk ,

Check this below link

https://knowledge.autodesk.com/support/revit-products/learn-explore/caas/CloudHelp/cloudhelp/2014/EN...

 

Have you tried using a shared project parameter?

 

The shared project parameter will solve your issue.

1)Create a shared project parameter

2)Add shared project parameter to each Revit projects

https://spiderinnet.typepad.com/blog/2011/05/parameter-of-revit-api-31-create-project-parameter.html

 


Naveen Kumar T
Developer Technical Services
Autodesk Developer Network

0 Likes
Message 3 of 3

jeremytammik
Autodesk
Autodesk
Accepted solution

Revit saves its BIM data in RVT files.

 

A few global application settings are stored in INI files and the Windows registry.

 

If you want to save global data of your own, you can do the same: place it in an INI file, the Windows registry, or, if it is more voluminous, in a database or some other file of your own.

 

The Revit API and extensible storage do not provide any functionality for storing data outside of Revit RVT and RFA documents.

 



Jeremy Tammik
Developer Technical Services
Autodesk Developer Network, ADN Open
The Building Coder

0 Likes