| Revit 2020 API |
| StructuralMaterialTypeFilter..::..StructuralMaterialType Property |
| StructuralMaterialTypeFilter Class See Also |
The structural material type.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Since:
2011
Syntax
| C# |
|---|
public StructuralMaterialType StructuralMaterialType { get; } |
| Visual Basic |
|---|
Public ReadOnly Property StructuralMaterialType As StructuralMaterialType Get |
| Visual C++ |
|---|
public: property StructuralMaterialType StructuralMaterialType { StructuralMaterialType get (); } |