IFCOpeningDataIsRecess Property |
Trus if it is a recess, false if it is an opening.
Namespace: Autodesk.Revit.DB.IFCAssembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic 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