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

Re: Changing Family Type through C#

$
0
0

Hi,

 

before assigning a FamilySymbol fsb, it needs to be activated.

 

if (!fsb.IsActive)
{
    fsb.Activate();
}

 

Revitalizer


Viewing all articles
Browse latest Browse all 67020


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