| Revit 2020 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: 20.0.0.0 (20.0.0.377)
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() |