Click or drag to resize

ComponentFunctionInfoInvokeSilenceWarnings Method

Runs Evaluate(IEnumerable, Boolean, String) with keepTree equal to false, then simplifies output with SimplifyTreeOutput(Object, String, Boolean) and discards warnings (this is a dangerous operation!).

Namespace:  Rhino.NodeInCode
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public Object[] InvokeSilenceWarnings(
	params Object[] args
)

Parameters

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

Return Value

Type: Object
Items.
See Also