Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello all,
I've been trying to figure out how I can set the value of a FamilyParameter with the API. Here's the deal.
I have an add-in that's taking a family and adding some family parameters to it, like so
FamilyParameter widthParam =
famDoc.FamilyManager.AddParameter("Width",
BuiltInParameterGroup.PG_GENERAL,
ParameterType.HVACDuctSize, true);
Going this route, I can't figure out a way to set a value for this parameter. I've read-up this post by Jeremy - http://thebuildingcoder.typepad.com/blog/2009/11/family-parameter-value.html
However, that just covers reading the value, I was hoping I could reverse engineer it and figure out how to set the value, but no avail.
Any ideas anyone?
Thanks!
Solved! Go to Solution.