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