Quantcast
Channel: All Revit API Forum posts
Viewing all articles
Browse latest Browse all 66743

Re: get FamilySymbol from Family

$
0
0

I can think of two different ways:

1 - Get an ElementType element and get FamilyName property ...

 

Element elemType = dbDoc.GetElement(fp.GetTypeId());
ElementType type = elemType as ElementType;
string familyName = type.FamilyName;

2 - Get the built-in parameter ELEM_FAMILY_PARAM

 

 

 string familyName = fp.get_Parameter(BuiltInParameter.ELEME_FAMILY_PARAM)

 

 


Viewing all articles
Browse latest Browse all 66743

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>