<Code Lib>
2026 Method
Changes 0
M

IFCImportOptions.GetExtraOptions

Description:
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.

public IDictionary<string, string> GetExtraOptions()

IDictionary<String,String> The list of options.

Loading…