 | ChargeWriterWrite Method |
Writes charge simulation files to a given directory.
Namespace: ema3d.Api.V25.Charging.ExecutionAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic static string Write(
string exportPath = null,
Document document = null
)
Public Shared Function Write (
Optional exportPath As String = Nothing,
Optional document As Document = Nothing
) As String
public:
static String^ Write(
String^ exportPath = nullptr,
Document^ document = nullptr
)
static member Write :
?exportPath : string *
?document : Document
(* Defaults:
let _exportPath = defaultArg exportPath null
let _document = defaultArg document null
*)
-> string
Parameters
- exportPath String (Optional)
- Directory to output simulation files. If a filepath is provided,
the base directory of the file will be used. If no directory is provided, the default
directory for document will be used.
- document Document (Optional)
- Document to export simulation files for.
Default to null will use current active document.
Return Value
StringExport directory of files
See Also