HasMaterialQuantities
bool HasMaterialQuantities(this Element element)True when the category supports material takeoff quantities.
Parameters
- elementElement
The element instance.
Returns: True if material quantities are supported; otherwise false.
Example
bool has = element.HasMaterialQuantities();