ExporterIFCRegisterFaceWithElementHandle Method

Register face with element handle to make sure the openings created are related to the right element.

Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public void RegisterFaceWithElementHandle(
	Face face,
	IFCAnyHandle elemHandle
)

Parameters

face  Face
The face.
elemHandle  IFCAnyHandle
The element handle.
Exceptions
ExceptionCondition
ArgumentNullException A non-optional argument was null
See Also