Share

ExporterIFC.GetOptions Method

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


Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

public IDictionary<string, string> GetOptions()

Return Value

IDictionary<String, String>
The collection of named options.

See Also

Reference

Was this information helpful?