SpatialFieldManager.LegendShowConfigurationName Property

SpatialFieldManagerLegendShowConfigurationName Property

If true legend contains analysis configuration name.

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

Property Value

Boolean
See Also