 | 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.ExecutionAssembly: ema3d.Api.V26 (in ema3d.Api.V26.dll) Version: 0.0.0.0
Syntaxpublic string Write(
string directory,
CancellationToken token
)
Public Function Write (
directory As String,
token As CancellationToken
) As String
public:
String^ Write(
String^ directory,
CancellationToken token
)
member Write :
directory : string *
token : CancellationToken -> string Parameters
- directory String
- The directory to export the simulation files to.
- token CancellationToken
- The token to cancel the export.
Return Value
String
See Also