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