True if inner regions of the extrusion should become openings, false otherwise.
Namespace: Autodesk.Revit.DB.IFCAssembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 24.0.0.0 (24.0.0.0)
Since: 2012
Syntax
C# |
---|
public bool AreInnerRegionsOpenings { get; set; } |
Visual Basic |
---|
Public Property AreInnerRegionsOpenings As Boolean Get Set |
Visual C++ |
---|
public: property bool AreInnerRegionsOpenings { bool get (); void set (bool value); } |