Share

Category.HasMaterialQuantities Property

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.1.0.0 (26.1.0.34)

Syntax

C#

public bool HasMaterialQuantities { get; }

Property Value

Boolean

Remarks

Get materials via the Element' property Materials; Get quantities via methods GetMaterialArea and GetMaterialVolume.

See Also

Reference

Was this information helpful?