2026 Class
Changes 8
C

IFCHybridImport

Description:
Driver for Performing Hybrid Imports.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.IFC.IFCHybridImport
public class IFCHybridImport : IDisposable
Name Return Type Description Inherited From
C IFCHybridImport() None Constructs a new IFCHybridImport instance for importing IFC via Hybrid method.
Name Return Type Description Inherited From
M CreateMap(Document, IList<ElementId>) IDictionary<IFCGuidKey,ElementId>
M Dispose() None Releases all resources used by the IFCHybridImport
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetIFCStepIdToElementIdMap() IDictionary<String,ElementId> Retrieves the association between the original IFC STEP identifiers and the created or updated Elements.
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M ImportElements(Document, String) IList<ElementId> Obsolete. Imports IFC Elements using AnyCAD.
M ImportElements(Document, String, IFCHybridImportOptions) IList<ElementId> Imports IFC Elements using AnyCAD.
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
M UpdateElements(Document, String) IList<ElementId> Obsolete. Updates IFC Elements using AnyCAD.
M UpdateElements(Document, String, IFCHybridImportOptions) IList<ElementId> Updates IFC Elements using AnyCAD.
Name Return Type Description Inherited From
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity.