| Revit 2022.1 API |
| GBXMLExportOptions..::..ExportAnalyticalSystems Property |
| GBXMLExportOptions Class See Also |
Indicates if the gbXML should contain analytical system elements (e.g., Water Loop, Air System, and Zone Equipment).
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2020.1
Syntax
| C# |
|---|
public bool ExportAnalyticalSystems { get; set; } |
| Visual Basic |
|---|
Public Property ExportAnalyticalSystems As Boolean Get Set |
| Visual C++ |
|---|
public: property bool ExportAnalyticalSystems { bool get (); void set (bool value); } |