Message 1 of 2
How to get family and its type from an Element

Not applicable
05-29-2018
09:45 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everyone,
Let's say I have the following code snippet.
Element element = doc.GetElement(id);
So, I wonder can I use API to get the family name and family type name of an element?
Thank you