Class ScriptingConfiguration
Inheritance
System.Object
ScriptingConfiguration
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Reveal.Sdk
Assembly: Reveal.UI.Sdk.dll
Syntax
public class ScriptingConfiguration
Properties
PythonInterpreterPath
Directory where Python interpreter (python.exe) is installed
Declaration
public string PythonInterpreterPath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RInterpreterPath
Directory where R interpreter (rscript.exe) is installed
Declaration
public string RInterpreterPath { get; set; }
Property Value
Type | Description |
---|---|
System.String |