M

IFCImportOptions.SetExtraOptions

Description:
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.
public void SetExtraOptions(
	IDictionary<string, string> options
)
  • IDictionary<String, String>
    options
    The list of options.