GetExtraOptions Method


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: 18.0.0.0 (18.2.0.0)
Since: 2018.1

Syntax

C#
public IDictionary<string, string> GetExtraOptions()
Visual Basic
Public Function GetExtraOptions As IDictionary(Of String, String)
Visual C++
public:
IDictionary<String^, String^>^ GetExtraOptions()

Return Value

The list of options.

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →