| Revit Preview Release API |
| StructuralType Enumeration |
| See Also |
Represents the structural type of a family instance.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
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 |