IFCImportOptions
Description:
IFC Import options.
IFC Import options.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.IFC.IFCImportOptions
System.Object
Autodesk.Revit.DB.IFC.IFCImportOptions
public class IFCImportOptions : IDisposable
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| IFCImportOptions() | None | Constructs a new IFCImportOptions using default settings. |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Dispose() | None | Releases all resources used by the IFCImportOptions | |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetConversionData() | LinkConversionData | Get the data used in the creation of the associated Revit file for an IFC link operation, if it exists. | |
| GetExtraOptions() | IDictionary<String,String> | Get the list of extra options to be passed into the importer. Each entry in the map is a pair of option name and value. | |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| SetExtraOptions(IDictionary<StringString>) | None | Set the list of extra options to be passed into the importer. Each entry in the map is a pair of option name and value. Note that any value here will overwrite the other values in the IFCImportOptions, if it has the same name. | |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Action | IFCImportAction | The action of the import. | |
| AutocorrectOffAxisLines | bool | Enable or disable correcting lines that are slight off-axis. | |
| AutoJoin | bool | Enable or disable auto-join at the end of import. | |
| CreateLinkInstanceOnly | bool | Determines whether to create a linked symbol element or not. | |
| ForceImport | bool | Force the IFC file to be imported regardless of an existing corresponding Revit file. | |
| Intent | IFCImportIntent | The intent of the import. | |
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. | |
| LinkOrientation | IFCLinkOrientation | The orientation of the Linked IFC File in the Host Document. | |
| LinkPosition | IFCLinkPosition | The position of the Linked IFC File in the Host Document. | |
| RevitLinkFileName | string | The full path of the intermediate Revit file created during a previous link action. This is used during "Reload From" to determine the path to the previous generated Revit file. |