AnalysisDisplayStyleSetDeformedShapeSettings Method |
Set deformed shape settings object for the style.
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic void SetDeformedShapeSettings(
AnalysisDisplayDeformedShapeSettings deformedShapeSettings
)
Public Sub SetDeformedShapeSettings (
deformedShapeSettings As AnalysisDisplayDeformedShapeSettings
)
public:
void SetDeformedShapeSettings(
AnalysisDisplayDeformedShapeSettings^ deformedShapeSettings
)
member SetDeformedShapeSettings :
deformedShapeSettings : AnalysisDisplayDeformedShapeSettings -> unit
Parameters
- deformedShapeSettings AnalysisDisplayDeformedShapeSettings
-
Exceptions
See Also