ExporterIFCRegisterFaceWithElementHandle Method |
Register face with element handle to make sure the openings created are related to the right element.
Namespace: Autodesk.Revit.DB.IFCAssembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic 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
See Also