ImporterIFC Members

The ImporterIFC type exposes the following members.

Methods

  NameDescription
Public methodDispose
Releases all resources used by the ImporterIFC
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetOptions
Gets the collection of named options set by the importer client.
Public methodGetType (Inherited from Object.)
Public methodProcessIFCProject(IFCAnyHandle)
The entry point to the native IFC import function. Processes the main IfcProject and creates appropriate Revit elements.
Public methodProcessIFCProject(IFCAnyHandle, IDictionary<(Of <<'(IFCAnyHandle, ElementId>)>>))
Public methodSetFile
Sets the handle to the IFC file being created during this import operation.
Public methodToString (Inherited from Object.)

Properties

  NameDescription
Public propertyDocument
Gets the document associated with the import.
Public propertyFullFileName
The full file name of the IFC file to be import.
Public propertyIsValidObject
Specifies whether the .NET object represents a valid Revit entity.

See Also