2024 Method
Changes 0
M

Document.Export

Description:
Exports the document to the Industry Standard Classes (IFC) format.
Remarks:
Exporting to IFC requires that document is modifiable, therefore there must be a transaction already open when this method is called.

This method may not be invoked during dynamic update, for the internal routine might need to modify the existing transaction.

public bool Export(
	string folder,
	string name,
	IFCExportOptions options
)
  • String
    folder
    Output folder into which the file will be exported. The folder must exist.
  • String
    name
    Either the name of a single file or a prefix for a set of files. If empty, automatic naming will be used.
  • options
    Various options applicable to the IFC format. If nulla null reference (Nothing in Visual Basic), all options will be set to their respective default values.
Return Value bool True if successful, otherwise False.