Click or drag to resize

PythonCommandLaunch Method

Launches a python script with the provided arguments.

Namespace: ema3d.Api.V25.Core.Execution
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public static PythonCommand Launch(
	string scriptPath,
	string arguments
)

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