SpatialFieldManager.LegendShowDescription Property

SpatialFieldManagerLegendShowDescription Property

If true legend contains analysis description.

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

Property Value

Boolean
See Also