| Revit 2017 API |
| AnalysisDisplayStyle..::..GetDeformedShapeSettings Method |
| AnalysisDisplayStyle Class See Also |
Get deformed shape settings object from the style.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.484.0)
Since:
2013
Syntax
| C# |
|---|
public AnalysisDisplayDeformedShapeSettings GetDeformedShapeSettings() |
| Visual Basic |
|---|
Public Function GetDeformedShapeSettings As AnalysisDisplayDeformedShapeSettings |
| Visual C++ |
|---|
public: AnalysisDisplayDeformedShapeSettings^ GetDeformedShapeSettings() |
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..InvalidOperationException | deformed shape settings were not created with the object. |