Revit 2026 API
CategoryHas |
Identifies if elements of the category are able to report what materials they contain in what quantities.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool HasMaterialQuantities { get; }
Public ReadOnly Property HasMaterialQuantities As Boolean Get
public: property bool HasMaterialQuantities { bool get (); }
member HasMaterialQuantities : bool with get
Property Value
Boolean
Get materials via the Element' property Materials;
Get quantities via methods GetMaterialArea and GetMaterialVolume.
See Also