2026 Class Back to 2026
C

IFCHybridImport

Version comparison

Members across versions

9 members across 9 versions · 9 added later · 2 removed · 2 changed · 2 obsolete

Member-name color: stable · changed · removed · obsolete · added later

Member 2020 2021 2022 2023 2024 2025 2025.3 2026 2027
not yet introduced not yet introduced not yet introduced not yet introduced added same same same same
M CreateMap(Document, IList<ElementId>)
not yet introduced not yet introduced not yet introduced not yet introduced added same same same same
not yet introduced not yet introduced not yet introduced not yet introduced added same same same same
not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced added same same same
M ImportElements(Document, String)
not yet introduced not yet introduced not yet introduced not yet introduced added same same changed missing
M ImportElements(Document, String, IFCHybridImportOptions)
not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced added same
M UpdateElements(Document, String)
not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced added same changed missing
M UpdateElements(Document, String, IFCHybridImportOptions)
not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced not yet introduced added same
not yet introduced not yet introduced not yet introduced not yet introduced added same same same same

Per-version detail

Click a version below to see what changed in that release vs your current frame (2026).
Not present in: 2020, 2021, 2022, 2023
2026 current

Changes in 2024 vs 2026 4 missing 1 changed

Flip API Versions →

Missing in 2024 (only available in 2026)

Changed members

IFCHybridImport.ImportElements(Document, String)
Became obsolete in 2026: This is deprecated in Revit 2026. Please use the importElements function with the IFCHybridImportOptions.
doc Document Document to receive elements from the IFC file import.
file String Full path of the file to import.
→ returns IList Returns an array of ElementIds representing created elements.

Changes in 2025 vs 2026 2 missing 2 changed

Flip API Versions →

Missing in 2025 (only available in 2026)

Changed members

IFCHybridImport.ImportElements(Document, String)
Became obsolete in 2026: This is deprecated in Revit 2026. Please use the importElements function with the IFCHybridImportOptions.
doc Document Document to receive elements from the IFC file import.
file String Full path of the file to import.
→ returns IList Returns an array of ElementIds representing created elements.
IFCHybridImport.UpdateElements(Document, String)
Became obsolete in 2026: This is deprecated in Revit 2026. Please use the updateElements function with the IFCHybridImportOptions.
doc Document Document to receive elements from the IFC file update.
file String Full path of the file to import.
→ returns IList Returns an array of ElementIds representing created or updated elements.

Changes in 2025.3 vs 2026 2 missing 2 changed

Flip API Versions →

Missing in 2025.3 (only available in 2026)

Changed members

IFCHybridImport.ImportElements(Document, String)
Became obsolete in 2026: This is deprecated in Revit 2026. Please use the importElements function with the IFCHybridImportOptions.
doc Document Document to receive elements from the IFC file import.
file String Full path of the file to import.
→ returns IList Returns an array of ElementIds representing created elements.
IFCHybridImport.UpdateElements(Document, String)
Became obsolete in 2026: This is deprecated in Revit 2026. Please use the updateElements function with the IFCHybridImportOptions.
doc Document Document to receive elements from the IFC file update.
file String Full path of the file to import.
→ returns IList Returns an array of ElementIds representing created or updated elements.