RVTDocs.com

ExporterIFC.RegisterDoorWindowForUncreatedOpening

Method
Description:
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.
Syntax
public void RegisterDoorWindowForUncreatedOpening(
	ElementId familyInstanceId,
	IFCAnyHandle instanceHandle
)
Parameters
Parameter Type Description
familyInstanceId ElementId The id of the door or window.
instanceHandle IFCAnyHandle The handle to the IfcDoor or IfcWindow created for this instance.
Return Value
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null