Stores a handle representing a space bounding element to the ExporterIFC's internal cache.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 24.0.0.0 (24.0.0.0)
Since: 2012
Syntax
| C# |
|---|
|
| Visual Basic |
|---|
|
| Visual C++ |
|---|
|
Parameters
- instanceHandle
- Type: Autodesk.Revit.DB.IFCIFCAnyHandle
The handle to the space bounding element.
- id
- Type: Autodesk.Revit.DBElementId
The Revit element id associated to this handle.
- levelId
- Type: Autodesk.Revit.DBElementId
The level id assigned to the space bounding object.
Remarks
The cache of space bounding elements will be used during completion of export to create relationship objects such as IfcRelSpaceBoundary and IfcRelConnectsPathElements. The types of Revit elements accepted by this function are:
- Walls
- Curtain walls
- Roofs
- Floors
- Doors
- Windows
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.ExceptionsArgumentNullException | A non-optional argument was null |