
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
My whole difficulty here may lie in not knowing the right keywords to search and find an existing solution to this problem, but at the very least, hopefully a link from this post makes it easier for someone else to find later.
Scenario: I'm developing an add-in for in house use that requires a certain set of families present in order to function correctly. Currently for the sake of simplicity I've developed a couple families I'm using for testing, but after deploying it to departmental users, I know I will want to create more families compatible with the tool and make those available to users. I'm trying to think ahead now to build the tool in a way to keep it scalable and easy to maintain in parallel with revisions and additions to the families. It seems ideal to simplify this process by integrating the family content directly into the add-in rather than maintaining and distributing as a separate set of versioned family files. I imagine doing this by having routines in the add-in that can generate the families from scratch and (re)place them in project files. Since the families are dissimilar, limited in quantity, and because I may have users creating families and sending them to me for integration with the add in, it makes more sense to author them initially using the UI rather than programmatically.
Question: Is there a means to go from an existing family file to a programmatic representation? i.e. a chunk of code that can be used to generate that family from scratch?
Solved! Go to Solution.