IFCExportOptions.AddOption
Method
Description:
Adds a new named option to the options structure.
Adds a new named option to the options structure.
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.
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.
Parameters
Parameter | Type | Description |
---|---|---|
name | String | The option name. |
value | String | The option value. |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |