ShowUnits Property
If true, units are shown in the legend.

Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
Since:  2011

Syntax

C#
public bool ShowUnits { get; set; }
Visual Basic
Public Property ShowUnits As Boolean
	Get
	Set
Visual C++
public:
property bool ShowUnits {
	bool get ();
	void set (bool value);
}

See Also