Save data in revit at the application level

Save data in revit at the application level

SamBerk
Advocate Advocate
999件の閲覧回数
2件の返信
メッセージ1/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 件のいいね
解決済み
1,000件の閲覧回数
2件の返信
返信 (2)
メッセージ2/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 件のいいね
メッセージ3/3

jeremytammik
Autodesk
Autodesk
解決済み

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 件のいいね