Sets the internal state of the exporter to process the geometry and properties of the input element.
Namespace: Autodesk.Revit.DB.IFCAssembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void PushExportState(
Element Elem,
GeometryElement GRep
)
Parameters
- Elem Element
-
The element.
- GRep GeometryElement
-
The geometry of the element. Optional, can be null.
Exceptions
Remarks
The element will be assigned until PopExportState() is called.
See Also
Reference