Store a form in Extensible Storage of Revit API

Store a form in Extensible Storage of Revit API

Anonymous
Not applicable
385 Views
1 Reply
Message 1 of 2

Store a form in Extensible Storage of Revit API

Anonymous
Not applicable

Hi

I have created a plugin in Revit API, now I want to store the form completely in the extensible storage of Revit in such a way that next time I load the Revit, I can access the form, but the form type is not allowed to store. Is there any way to do it?

 

Best

Hamid

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

jeremytammik
Autodesk
Autodesk

You need to analyse and dissect your form data into individual data items supported by extensible storage.

 

Alternatively, you can take any data you like, including your form data, encode it into an ASCII string, and store that in extensible storage.

 



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

0 Likes