 | HarnessWriterWrite(CancellationToken) Method |
Exports the .inp file to an arbitrary directory.
Namespace: ema3d.Api.V25.Core.ExecutionAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic string Write(
CancellationToken token
)
Public Function Write (
token As CancellationToken
) As String
public:
String^ Write(
CancellationToken token
)
member Write :
token : CancellationToken -> string
Parameters
- token CancellationToken
- The token to cancel the export.
Return Value
String The path to the exported .emin file.
See Also