ExporterIFC.RegisterFaceWithElementHandle 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: 26.4.0.0 (26.4.0.0)

Syntax

C#

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

Reference

ExporterIFC Class
Autodesk.Revit.DB.IFC Namespace