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