AnalysisDisplayDeformedShapeSettings(AnalysisDisplayDeformedShapeSettings) Constructor |
Constructs a new copy of the input AnalysisDisplayDeformedShapeSettings object.
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.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