Revit 2025.3 API
GBXMLExport |
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: 25.3.0.0 (25.3.0.0)
Syntax
public bool ExportAnalyticalSystems { get; set; }
Public Property ExportAnalyticalSystems As Boolean Get Set
public: property bool ExportAnalyticalSystems { bool get (); void set (bool value); }
member ExportAnalyticalSystems : bool with get, set
Property Value
BooleanSee Also