Click or drag to resize

PostEffectDataSetParameter Method

Set an arbitrary parameter to the post effect by its name. If the parameter is not known to the post effect, the method will fail. Returns true if successful or false on failure.

Namespace:  Rhino.Render.PostEffects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntax
public bool SetParameter(
	string param_name,
	Object param_value
)

Parameters

param_name
Type: SystemString

[Missing <param name="param_name"/> documentation for "M:Rhino.Render.PostEffects.PostEffectData.SetParameter(System.String,System.Object)"]

param_value
Type: SystemObject

[Missing <param name="param_value"/> documentation for "M:Rhino.Render.PostEffects.PostEffectData.SetParameter(System.String,System.Object)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.Render.PostEffects.PostEffectData.SetParameter(System.String,System.Object)"]

See Also