Revit 2025.3 API
IFCImport |
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.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public IDictionary<string, string> GetExtraOptions()
Public Function GetExtraOptions As IDictionary(Of String, String)
public: IDictionary<String^, String^>^ GetExtraOptions()
member GetExtraOptions : unit -> IDictionary<string, string>
Return Value
IDictionaryString, StringThe list of options.
See Also