Revit 2023 API |
ACADExportOptions..::..ExportingAreas Property |
ACADExportOptions Class See Also |
True to export area and room geometry, false otherwise.
Default value is false.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Syntax
C# |
---|
public bool ExportingAreas { get; set; } |
Visual Basic |
---|
Public Property ExportingAreas As Boolean Get Set |
Visual C++ |
---|
public: property bool ExportingAreas { bool get (); void set (bool value); } |