Click or drag to resize

HarnessWriterWrite(String, CancellationToken) Method

Exports the .inp file to the provided directory.

Namespace: ema3d.Api.V25.Core.Execution
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.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