| PythonCompiledCodeExecute Method  | 
 
            Executes the script in a specific scope.
            
 
    Namespace: 
   Rhino.Runtime
    Assembly:
   RhinoCommon (in RhinoCommon.dll)
Since: 5.0
 Syntax
Syntaxpublic abstract void Execute(
	PythonScript scope
)
Public MustOverride Sub Execute ( 
	scope As PythonScript
)
Parameters
- scope
- Type: Rhino.RuntimePythonScript
 The scope where the script should be executed.
 See Also
See Also