Revit 2026 API
Family |
Identifies the material that defines the instance's structural analysis properties.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ElementId StructuralMaterialId { get; set; }
Public Property StructuralMaterialId As ElementId Get Set
public: property ElementId^ StructuralMaterialId { ElementId^ get (); void set (ElementId^ value); }
member StructuralMaterialId : ElementId with get, set
Property Value
ElementIdSee Also