Revit 2021.1 API |
ExporterIFC..::..WallAndColumnSplitting Property |
ExporterIFC Class See Also |
Identifies if division of multi-level walls and columns by levels should take place during this export.
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 WallAndColumnSplitting { get; } |
Visual Basic |
---|
Public ReadOnly Property WallAndColumnSplitting As Boolean Get |
Visual C++ |
---|
public: property bool WallAndColumnSplitting { bool get (); } |