| Revit 2021.1 API |
| IFCExtrusionCreationData..::..AreInnerRegionsOpenings Property |
| IFCExtrusionCreationData Class See Also |
True if inner regions of the extrusion should become openings, false otherwise.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 21.0.0.0 (21.1.1.109)
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); } |