<Code Lib>
2024 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
C IFCHybridImport() IFCHybridImport Constructs a new IFCHybridImport instance for importing IFC via Hybrid method.

Name Return Type Description
M CreateMap(Document, IList<ElementId>) IDictionary
M Dispose() None Releases all resources used by the
M ImportElements(Document, String) IList<ElementId> Imports IFC Elements using non-open-source framework

Name Return Type Description
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.

Loading…