Revit 2025 API
Energy |
Value determines Export Complexity for GreenBuildingXML detailed model export.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public gbXMLExportComplexity ExportComplexity { get; set; }
Public Property ExportComplexity As gbXMLExportComplexity Get Set
public: property gbXMLExportComplexity ExportComplexity { gbXMLExportComplexity get (); void set (gbXMLExportComplexity value); }
member ExportComplexity : gbXMLExportComplexity with get, set
Property Value
gbXMLExportComplexity
Exception | Condition |
---|---|
ArgumentException | When setting this property: The export complexity does not fall within an appropriate range. |
ArgumentOutOfRangeException | When setting this property: A value passed for an enumeration argument is not a member of that enumeration |
See Also