AnalysisDisplayLegendSettings.ShowDataName Property

AnalysisDisplayLegendSettingsShowDataName Property

If true, data name is shown in the legend.

Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool ShowDataName { get; set; }
Public Property ShowDataName As Boolean
	Get
	Set
public:
property bool ShowDataName {
	bool get ();
	void set (bool value);
}
member ShowDataName : bool with get, set

Property Value

Boolean
See Also