ExporterIFC.RegisterFaceWithElementHandle Method

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.3.0.0 (25.3.0.0)
Syntax
public void RegisterFaceWithElementHandle(
	Face face,
	IFCAnyHandle elemHandle
)
Public Sub RegisterFaceWithElementHandle ( 
	face As Face,
	elemHandle As IFCAnyHandle
)
public:
void RegisterFaceWithElementHandle(
	Face^ face, 
	IFCAnyHandle^ elemHandle
)
member RegisterFaceWithElementHandle : 
        face : Face * 
        elemHandle : IFCAnyHandle -> unit 

Parameters

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