True if the space type is plenum.

Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since:  2018

Syntax

C#
public bool IsPlenum { get; }
Visual Basic
Public ReadOnly Property IsPlenum As Boolean
	Get
Visual C++
public:
property bool IsPlenum {
	bool get ();
}

See Also