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