ExporterIFC.FindSpaceBoundingElementHandle
Method
Description:
Looks up the handle associated to the element and level id from the ExporterIFC's internal cache.
Looks up the handle associated to the element and level id from the ExporterIFC's internal cache.
Parameters
| Parameter | Type | Description |
|---|---|---|
| id | ElementId | The Revit element id to look for. |
| levelId | ElementId | The element level id. |
Return Value
| Type | Description |
|---|---|
| IFCAnyHandle | The handle associated to the element and level id. If the id is not found in the cache, an empty handle is returned (HasValue == false). |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |