Click or drag to resize

PythonScriptEvaluateExpression Method

Evaluates statements and an expression in the main scripting context.

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public abstract Object EvaluateExpression(
	string statements,
	string expression
)

Parameters

statements
Type: SystemString
One or several statements.
expression
Type: SystemString
An expression.

Return Value

Type: Object
The expression result.
See Also