The path of the output folder for systems analysis.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public string OutputFolder { get; set; }
Property Value
StringExceptions
Exception | Condition |
---|---|
ArgumentException | When setting this property: The analysis requires a valid output folder path or empty string. |
ArgumentNullException | When setting this property: A non-optional argument was null |