Share

IFCHybridImportOptions Class

A set of options to decide on extra AnyCAD processing.

Inheritance Hierarchy

System.Object
  Autodesk.Revit.DB.IFC.IFCHybridImportOptions


Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public class IFCHybridImportOptions : IDisposable

The IFCHybridImportOptions type exposes the following members.

Properties

 NameDescription
Public propertyHybridGrids True if we should use AnyCAD to process grids, false otherwise.
Public propertyHybridLevels True if we should use AnyCAD to process levels, false otherwise.
Public propertyHybridPropertySets True if we should use AnyCAD to process property sets, false otherwise.
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.

Methods

 NameDescription
Public methodStatic memberCreate Create a IFCHybridImportOptions from an options string, or null if it isn't hybrid mode.
Public methodDisposeReleases all resources used by the IFCHybridImportOptions
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToString()Returns a string that represents the current object.
(Inherited from Object)
Public methodStatic memberToString(IFCHybridImportOptions) Converts the IFCHybridImportOptions class to a revit.ini-compatible string.

See Also

Reference

Was this information helpful?