ExporterIFC.GetOptions Method

ExporterIFCGetOptions Method

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

Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.0.4.0 (26.0.4.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