RhinoCommon API
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

public Object[] InvokeKeepTreeSilenceWarnings( params Object[] args )
Public Function InvokeKeepTreeSilenceWarnings ( ParamArray args As Object() ) As Object()
Parameters
- args
- Type: SystemObject
Arguments.
Return Value
Type: ObjectArray of items.
