Resets the internal state of the exporter to process the previously active input element (if any), or the default state if the stack is empty.

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 PopExportState()
Visual Basic
Public Sub PopExportState
Visual C++
public:
void PopExportState()

See Also