Share

IFCExportOptions.ExportBaseQuantities Property

Option to export IFC standard quantities currently supported by Revit.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public bool ExportBaseQuantities { get; set; }

Property Value

Boolean

Remarks

IFC has created a list of common quantities (e.g. length, area, volume, etc.) that can optionally be exported along with the 3D representation for many element types (e.g. walls, columns, doors). Setting this option to true will cause the export procedure to include the set of IFC quantities that Revit currently supports. Default is false.

See Also

Reference

Was this information helpful?