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.IFCAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public IDictionary<string, string> GetExtraOptions()
Return Value
IDictionary<String,
String>
The list of options.
See Also
Reference