| Revit 2017 API |
| Family..::..StructuralMaterialType Property |
| Family Class See Also |
The family's structural material type.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.484.0)
Syntax
| C# |
|---|
public StructuralMaterialType StructuralMaterialType { get; } |
| Visual Basic |
|---|
Public ReadOnly Property StructuralMaterialType As StructuralMaterialType Get |
| Visual C++ |
|---|
public: property StructuralMaterialType StructuralMaterialType { StructuralMaterialType get (); } |