ComponentFunctionInfo.Invoke Method

ComponentFunctionInfoInvoke Method

Runs Evaluate(IEnumerable, Boolean, String) with keepTree equal to false, and raises an exception on the first warning.

Namespace:  Rhino.NodeInCode
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public Object[] Invoke(
	params Object[] args
)
Public Function Invoke ( 
	ParamArray args As Object()
) As Object()

Parameters

args
Type: SystemObject
Arguments. One for each component input.

Return Value

Type: Object
Items.
See Also