FamilyInstance.StructuralMaterialId Property

FamilyInstanceStructuralMaterialId Property

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

ElementId
See Also