2024 Members
Changes 4
M

IFCImportOptions

Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the IFCImportOptions
M Equals None Determines whether the specified Object is equal to the current Object . (Inherited from Object .) Object .
M GetConversionData() LinkConversionData Get the data used in the creation of the associated Revit file for an IFC link operation, if it exists.
M GetExtraOptions() IDictionary Get the list of extra options to be passed into the importer. Each entry in the map is a pair of option name and value.
M GetHashCode None Serves as a hash function for a particular type. (Inherited from Object .) Object .
M GetType None Gets the Type of the current instance. (Inherited from Object .) Object .
M SetExtraOptions(IDictionary<String, String>) None Set the list of extra options to be passed into the importer. Each entry in the map is a pair of option name and value. Note that any value here will overwrite the other values in the IFCImportOptions, if it has the same name.
M ToString None Returns a string that represents the current object. (Inherited from Object .) Object .
Name Return Type Description Inherited From
P Action IFCImportAction The action of the import.
P AutocorrectOffAxisLines bool Enable or disable correcting lines that are slight off-axis.
P AutoJoin bool Enable or disable auto-join at the end of import.
P CreateLinkInstanceOnly bool Determines whether to create a linked symbol element or not.
P ForceImport bool Force the IFC file to be imported regardless of an existing corresponding Revit file.
P Intent IFCImportIntent The intent of the import.
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.
P RevitLinkFileName string The full path of the intermediate Revit file created during a previous link action. This is used during "Reload From" to determine the path to the previous generated Revit file.