StructuralMaterialType Enumeration

Represents the structural material type. This enum value is returned by Autodesk::Revit::DB::FamilyInstance::StructuralMaterialType.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public enum StructuralMaterialType
Members
Member nameValueDescription
Undefined0 Structural material type is undefined.
Steel1 Structural material type is steel.
Concrete2 Structural material type is concrete.
Wood3 Structural material type is wood.
Other4 Structural material type is other.
PrecastConcrete5 Structural material type is precast concrete.
Generic6 Structural material type is generic.
Aluminum7 Structural material type is aluminum.
See Also