Click or drag to resize

ChargeWriterWrite Method

Writes charge simulation files to a given directory.

Namespace: ema3d.Api.V25.Charging.Execution
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public static string Write(
	string exportPath = null,
	Document document = null
)

Parameters

exportPath  String  (Optional)
Directory to output simulation files. If a filepath is provided, the base directory of the file will be used. If no directory is provided, the default directory for document will be used.
document  Document  (Optional)
Document to export simulation files for. Default to null will use current active document.

Return Value

String
Export directory of files
See Also