RVTDocs.com

IFCImportOptions.SetExtraOptions

Method
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.
Syntax
public void SetExtraOptions(
	IDictionary<string, string> options
)
Parameters
Parameter Type Description
options IDictionary The list of options.
Return Value
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null