RegisterDoorWindowForUncreatedOpening Method


Registers a door or window in the ExporterIFC's internal cache. The ids registered correspond to openings in walls which have not been processed and created yet.

Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 24.0.0.0 (24.0.0.0)
Since:  2012

Syntax

C#
public void RegisterDoorWindowForUncreatedOpening(
	ElementId familyInstanceId,
	IFCAnyHandle instanceHandle
)
Visual Basic
Public Sub RegisterDoorWindowForUncreatedOpening ( _
	familyInstanceId As ElementId, _
	instanceHandle As IFCAnyHandle _
)
Visual C++
public:
void RegisterDoorWindowForUncreatedOpening(
	ElementId^ familyInstanceId, 
	IFCAnyHandle^ instanceHandle
)

Parameters

familyInstanceId
Type: Autodesk.Revit.DBElementId
The id of the door or window.
instanceHandle
Type: Autodesk.Revit.DB.IFCIFCAnyHandle
The handle to the IfcDoor or IfcWindow created for this instance.

Exceptions

ExceptionCondition
Autodesk.Revit.ExceptionsArgumentNullException A non-optional argument was null

See Also