Reports whether this zone is Plenum or not.

Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)

Syntax

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

See Also