ComponentFunctionInfo.InvokeKeepTreeSilenceWarnings Method

ComponentFunctionInfoInvokeKeepTreeSilenceWarnings Method

Runs Evaluate(IEnumerable, Boolean, String) with keepTree equal to true, and discards warnings (this is a dangerous operation!).

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

Parameters

args
Type: SystemObject
Arguments.

Return Value

Type: Object
Array of items.
See Also