 | E3DWriterWrite(String) Method |
Exports the .emin file to the provided directory.
Namespace: ema3d.Api.V25.Core.ExecutionAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic string Write(
string directory
)
Public Function Write (
directory As String
) As String
public:
String^ Write(
String^ directory
)
member Write :
directory : string -> string
Parameters
- directory String
- The directory to export the simulation files to.
Return Value
String The path to the exported .emin file.
See Also