Click or drag to resize

PythonScriptCreate Method

Constructs a new Python script context.

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public static PythonScript Create()

Return Value

Type: PythonScript
A new Python script, or null if none could be created. Rhino 4 always returns null.
See Also