AnalysisDisplayDeformedShapeSettings(AnalysisDisplayDeformedShapeSettings) Constructor |
Constructs a new copy of the input AnalysisDisplayDeformedShapeSettings object.
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic AnalysisDisplayDeformedShapeSettings(
AnalysisDisplayDeformedShapeSettings other
)
Public Sub New (
other As AnalysisDisplayDeformedShapeSettings
)
public:
AnalysisDisplayDeformedShapeSettings(
AnalysisDisplayDeformedShapeSettings^ other
)
new :
other : AnalysisDisplayDeformedShapeSettings -> AnalysisDisplayDeformedShapeSettings
Parameters
- other AnalysisDisplayDeformedShapeSettings
-
Exceptions
See Also