Message 1 of 7

Not applicable
06-24-2019
03:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I've created a beam by
FamilyInstance instance = document.Create.NewFamilyInstance(beamLine, famSymbol, level, StructuralType.Beam);
Now I need to set a particular IFC_GUID value to this element (it comes from another application), but
Parameter ifcParam = instance.get_Parameter(BuiltInParameter.IFC_GUID);
returns null.
How can I add this parameter? (Some other Elements in the same document have this parameter)
Solved! Go to Solution.