Revit 2023 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: 23.0.0.0 (23.1.0.0)
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 (); } |