IFCOpeningData.IsRecess Property

IFCOpeningDataIsRecess Property

Trus if it is a recess, false if it is an opening.

Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsRecess { get; }
Public ReadOnly Property IsRecess As Boolean
	Get
public:
property bool IsRecess {
	bool get ();
}
member IsRecess : bool with get

Property Value

Boolean
See Also