 | ChargeSimulationCreate Method |
Initializes a new ChargeSimulation from a given filepath or directory.
Namespace: ema3d.Api.V25.Charging.ExecutionAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic static ChargeSimulation Create(
string filePath,
Document document = null
)
Public Shared Function Create (
filePath As String,
Optional document As Document = Nothing
) As ChargeSimulation
public:
static ChargeSimulation^ Create(
String^ filePath,
Document^ document = nullptr
)
static member Create :
filePath : string *
?document : Document
(* Defaults:
let _document = defaultArg document null
*)
-> ChargeSimulation
Parameters
- filePath String
- Path to a valid .CIN file or directory containing that file.
- document Document (Optional)
- Document object to connect simulation to.
Return Value
ChargeSimulation
See Also