Table of Contents

Property ScriptPath

Namespace
Bonsai.Scripting.Python
Assembly
Bonsai.Scripting.Python.dll

ScriptPath

Gets or sets the path to the Python script file to run on runtime initialization.

[FileNameFilter("Python Files (*.py)|*.py|All Files|*.*")]
public string ScriptPath { get; set; }

Property Value

string