2027 Class
Changes 7
C

IFCHybridImportOptions

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