2027 Method
Changes 0
M

IFCExportOptions.AddOption

Description:
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.
public void AddOption(
	string name,
	string value
)
  • String
    name
    The option name.
  • String
    value
    The option value.