AnalysisDisplayLegendSettingsShowDataName Property |
If true, data name is shown in the legend.
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic 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