- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Another add-in question. I have some iLogic rules that use parameters and iProperties to populate multi-value lists, and store information about the part, such as "Part Type" (Plate, Flat Bar, Angle, etc.).
Now that I'm moving to an add-in, those parameters and iProperties aren't really necessary. They don't need to be visible to the user anywhere (directly); they just need to be stored in the document to be read/written by the add-in. The add-in will use them and present them to the user in Forms if necessary.
I recently learned about AttributeSets and Attributes. Are these the best way to store document-specific information for an add-in? Or is there a better way?
I've also just heard of "DocumentInterests" for the first time and it sounds applicable. Should I incorporate this as well?
Solved! Go to Solution.