PythonScriptEvaluateExpression Method |
Evaluates statements and an expression in the main scripting context.
Namespace:
Rhino.Runtime
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic abstract Object EvaluateExpression(
string statements,
string expression
)
Public MustOverride Function EvaluateExpression (
statements As String,
expression As String
) As Object
Parameters
- statements
- Type: SystemString
One or several statements. - expression
- Type: SystemString
An expression.
Return Value
Type:
ObjectThe expression result.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also