Revit 2025.3 API
IFCOpening |
Trus if it is a recess, false if it is an opening.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.3.0.0 (25.3.0.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
BooleanSee Also