| Revit 2020 API |
| StructuralType Enumeration |
| See Also |
Represents the structural type of a family instance.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Since:
2011
Syntax
| C# |
|---|
public enum StructuralType |
| Visual Basic |
|---|
Public Enumeration StructuralType |
| Visual C++ |
|---|
public enum class StructuralType |
Members
| Member name | Description |
|---|---|
| NonStructural | Non-Structural |
| Beam | Structural Beam |
| Brace | Structural Brace |
| Column | Structural Column |
| Footing | Structural Footing |
| UnknownFraming | Unknown Framing |