| Revit Preview Release API |
| AnalyticalModel..::..IsManuallyAdjusted Method |
| AnalyticalModel Class See Also |
Indicates if the Analytical Model has been manually adjusted by the user.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
Since:
2011
Syntax
| C# |
|---|
public bool IsManuallyAdjusted() |
| Visual Basic |
|---|
Public Function IsManuallyAdjusted As Boolean |
| Visual C++ |
|---|
public: bool IsManuallyAdjusted() |
Return Value
True if user has manually adjusted the Analytical Model; false otherwise.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..InvalidOperationException | This AnalyticalModel does not support Manual Analytical Adjustment. |