Click or drag to resize

CAEXDocumentSaveToFile Method

Saves the CAEX document to the specified file path.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public override void SaveToFile(
	string filename,
	bool prettyPrint = true
)

Parameters

filename  String
The file path to save the document to.
prettyPrint  Boolean  (Optional)
Set to true, if pretty printing is desired.
Exceptions
ExceptionCondition
ArgumentNullExceptionfilename
See Also