IFCHybridImportOptions
Description:
A set of options to decide on extra AnyCAD processing.
A set of options to decide on extra AnyCAD processing.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.IFC.IFCHybridImportOptions
System.Object
Autodesk.Revit.DB.IFC.IFCHybridImportOptions
public class IFCHybridImportOptions : IDisposable
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Create(String) | IFCHybridImportOptions | Create a IFCHybridImportOptions from an options string, or null if it isn't hybrid mode. | |
| Dispose() | None | Releases all resources used by the IFCHybridImportOptions | |
| 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 |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| ToString() | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| ToString(IFCHybridImportOptions) | String | Converts the IFCHybridImportOptions class to a revit.ini-compatible string. |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| HybridGrids | bool | True if we should use AnyCAD to process grids, false otherwise. | |
| HybridLevels | bool | True if we should use AnyCAD to process levels, false otherwise. | |
| HybridPropertySets | bool | True if we should use AnyCAD to process property sets, false otherwise. | |
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. |