AnalysisDisplayStyleSetLegendSettings Method |
Set legend settings object for the style.
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic void SetLegendSettings(
AnalysisDisplayLegendSettings legendSettings
)
Public Sub SetLegendSettings (
legendSettings As AnalysisDisplayLegendSettings
)
public:
void SetLegendSettings(
AnalysisDisplayLegendSettings^ legendSettings
)
member SetLegendSettings :
legendSettings : AnalysisDisplayLegendSettings -> unit
Parameters
- legendSettings AnalysisDisplayLegendSettings
-
Exceptions
See Also