IFCHybridImport
Description:
Driver for Performing Hybrid Imports.
Driver for Performing Hybrid Imports.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.IFC.IFCHybridImport
System.Object
Autodesk.Revit.DB.IFC.IFCHybridImport
public class IFCHybridImport : IDisposable
| Name | Return Type | Description |
|---|---|---|
| IFCHybridImport() | None | Constructs a new IFCHybridImport instance for importing IFC via Hybrid method. |
| Name | Return Type | Description |
|---|---|---|
| CreateMap(Document, IList<ElementId>) | IDictionary | |
| Dispose() | None | Releases all resources used by the |
| ImportElements(Document, String) | IList<ElementId> | Imports IFC Elements using non-open-source framework |
| Name | Return Type | Description |
|---|---|---|
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |