Click or drag to resize

E3DWriterWrite(String, CancellationToken) Method

This method is deprecated and will soon be removed. Exports the .emin file to the provided directory.

Namespace: ema3d.Api.V26.Core.Execution
Assembly: ema3d.Api.V26 (in ema3d.Api.V26.dll) Version: 0.0.0.0
Syntax
public string Write(
	string directory,
	CancellationToken token
)

Parameters

directory  String
The directory to export the simulation files to.
token  CancellationToken
The token to cancel the export.

Return Value

String
See Also