Revit 2026 API
Export |
This class provides utilities related to document export.
SystemObject
Autodesk.Revit.DBExportUtils
Autodesk.Revit.DBExportUtils
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
The ExportUtils type exposes the following members.
| Name | Description | |
|---|---|---|
| GetExportId(Subelement) | Retrieves the GUID representing the subelement in DWF and IFC export. | |
| GetExportId(Document, ElementId) | Retrieves the GUID representing this element in DWF and IFC export. | |
| GetGBXMLDocumentId | Retrieves the GUID representing this document in exported gbXML files. | |
| GetNurbsSurfaceDataForSurface | Returns the necessary information to define a NURBS surface for a given [!:Autodesk::Revit::DB::HermiteSuface] or [!:Autodesk::Revit::DB::RuledSuface]. |
See Also