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