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.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
See Also
Reference