Message 1 of 4
api revit columns

Not applicable
11-13-2012
03:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I can not upload the right column .... anyone can help me ... Thanks for your cooperation ..... I attach files vb.net and images error
In particular fails to recognize and load the structural Columns e Framing
'add symbols of beams and braces to lists
Dim categoryName As String = familyType.Category.Name
If "Structural Framing" = categoryName Then
m_beamMaps.Add(New SymbolMap(familyType))
m_braceMaps.Add(New SymbolMap(familyType))
ElseIf "Structural Columns" = categoryName Then
m_columnMaps.Add(New SymbolMap(familyType))
End If