 | PythonCommandLaunch Method |
Launches a python script with the provided arguments.
Namespace: ema3d.Api.V25.Core.ExecutionAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic static PythonCommand Launch(
string scriptPath,
string arguments
)
Public Shared Function Launch (
scriptPath As String,
arguments As String
) As PythonCommand
public:
static PythonCommand^ Launch(
String^ scriptPath,
String^ arguments
)
static member Launch :
scriptPath : string *
arguments : string -> PythonCommand
Parameters
- scriptPath String
- The absolute path of the script to launch.
- arguments String
- The arguments to call the script with.
Return Value
PythonCommand
See Also