ImporterIFC.GetOptions Method

ImporterIFCGetOptions Method

Gets the collection of named options set by the importer client.

Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public IDictionary<string, string> GetOptions()
Public Function GetOptions As IDictionary(Of String, String)
public:
IDictionary<String^, String^>^ GetOptions()
member GetOptions : unit -> IDictionary<string, string> 

Return Value

IDictionaryString, String
The collection of named options.
See Also