Revit 2025.3 API
Energy |
Sets the reports folder path.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public void SetReportsFolder( string folderPath )
Public Sub SetReportsFolder ( folderPath As String )
public: void SetReportsFolder( String^ folderPath )
member SetReportsFolder : folderPath : string -> unit
Parameters
- folderPath String
- The string to specify the path. It may include the special label for project name.
| Exception | Condition |
|---|---|
| ArgumentException | A folder path cannot contain special characters. |
| ArgumentNullException | A non-optional argument was null |
See Also