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: 24.0.0.0 (24.0.0.0)
Since:
2014
Syntax
| C# |
|---|
public void RegisterFaceWithElementHandle(
Face face,
IFCAnyHandle elemHandle
) |
| Visual Basic |
|---|
Public Sub RegisterFaceWithElementHandle ( _
face As Face, _
elemHandle As IFCAnyHandle _
) |
| Visual C++ |
|---|
public:
void RegisterFaceWithElementHandle(
Face^ face,
IFCAnyHandle^ elemHandle
) |
Exceptions
See Also