| Revit 2021.1 API |
| ExporterIFC..::..GetOptions Method |
| ExporterIFC Class See Also |
Gets the collection of named options set by the exporter client.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 21.0.0.0 (21.1.1.109)
Since:
2013
Syntax
| C# |
|---|
public IDictionary<string, string> GetOptions() |
| Visual Basic |
|---|
Public Function GetOptions As IDictionary(Of String, String) |
| Visual C++ |
|---|
public: IDictionary<String^, String^>^ GetOptions() |