Click or drag to resize

HarnessWriterWrite(CancellationToken) Method

Exports the .inp file to an arbitrary 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(
	CancellationToken token
)

Parameters

token  CancellationToken
The token to cancel the export.

Return Value

String
The path to the exported .emin file.
See Also