<Code Lib>
2022 Method
Changes 0
M

ExporterIFC.FindSpaceBoundingElementHandle

Description:
Looks up the handle associated to the element and level id from the ExporterIFC's internal cache.

public IFCAnyHandle FindSpaceBoundingElementHandle(
	ElementId id,
	ElementId levelId
)

Return Value 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).

Loading…