Share

IFCExportOptions.AddOption Method

Adds a new named option to the options structure.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public void AddOption(
	string name,
	string value
)

Parameters

name  String
The option name.
value  String
The option value.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

Remarks

Named options can be used to set options not accessible through the standard IFC export user interface. It is up to the implementation of the IExporterIFC interface to customize export behavior based on these options.

See Also

Reference

Was this information helpful?