scowsert
2009-03-10, 06:00 AM
Feel free to point me to an SDK sample but I just can't figure this out.
I place the family instance.
Autodesk.Revit.Elements.FamilyInstance Gplate =
doc.Create.NewFamilyInstance(
p, s, nonStructural );
Now I want to change a parameter in it called "Beam Depth" how?
Yes I'm a newbie attempting to fight the good fight.
Thanks Sage
Edit: nevermind found my answer
http://forums.augi.com/showthread.php?t=42702&highlight=get_parameter
I place the family instance.
Autodesk.Revit.Elements.FamilyInstance Gplate =
doc.Create.NewFamilyInstance(
p, s, nonStructural );
Now I want to change a parameter in it called "Beam Depth" how?
Yes I'm a newbie attempting to fight the good fight.
Thanks Sage
Edit: nevermind found my answer
http://forums.augi.com/showthread.php?t=42702&highlight=get_parameter