ImporterIFC Members


The ImporterIFC type exposes the following members.

Methods

  NameDescription
Public methodDispose
Releases all resources used by the ImporterIFC
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetOptions
Gets the collection of named options set by the importer client.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHybridCreateImportMap
Public methodHybridElementImport
Imports IFC Elements using non-open-source framework.
Public methodProcessIFCProject(IFCAnyHandle)
The entry point to the native IFC import function. Processes the main IfcProject and creates appropriate Revit elements.
Public methodProcessIFCProject(IFCAnyHandle, IDictionaryIFCAnyHandle, ElementId)
Public methodSetFile
Sets the handle to the IFC file being created during this import operation.
Public methodToString
Returns a string that represents the current object.
(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