Revit 2023 API |
EnergyDataSettings..::..SetReportsFolder Method |
EnergyDataSettings Class See Also |
Sets the reports folder path.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2022
Syntax
C# |
---|
public void SetReportsFolder( string folderPath ) |
Visual Basic |
---|
Public Sub SetReportsFolder ( _ folderPath As String _ ) |
Visual C++ |
---|
public: void SetReportsFolder( String^ folderPath ) |
Parameters
- folderPath
- Type: System..::..String
The string to specify the path. It may include the special label for project name.
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..ArgumentException | A folder path cannot contain special characters. |
Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was null |