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