Revit 2021.1 API |
ExporterIFC..::..ExportBaseQuantities Property |
ExporterIFC Class See Also |
Identifies if the export should include IFC standard quantities currently supported by Revit.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 21.0.0.0 (21.1.1.109)
Since:
2012
Syntax
C# |
---|
public bool ExportBaseQuantities { get; } |
Visual Basic |
---|
Public ReadOnly Property ExportBaseQuantities As Boolean Get |
Visual C++ |
---|
public: property bool ExportBaseQuantities { bool get (); } |