The folder path where all systems analysis reports are stored. It may include special label and relative path.
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since: 2011
Syntax
C# |
---|
public string ReportsFolder { get; } |
Visual Basic |
---|
Public ReadOnly Property ReportsFolder As String Get |
Visual C++ |
---|
public: property String^ ReportsFolder { String^ get (); } |