Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi!
I would like to make changes to a rebar shape family file and I need to get to the RebarShape of that specific shape family.
I open the family file like this:
Document doc = m_app.OpenDocumentFile(fileToOpen);// open the family file of the rebar shape I want to work on
Then I would like to obtain the RebarShape that corresponds to this document (file of the shape) in order to use the methods associated with it, like for example rebarShape.SetAllowed(barType, true). How can I get from document to RebarShape?
Thank you in advance for your suggestions.
Corinne
Solved! Go to Solution.