Click or drag to resize

PostEffectGetParam Method

Get a parameter.

Namespace:  Rhino.Render.PostEffects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public abstract bool GetParam(
	string param,
	ref Object v
)

Parameters

param
Type: SystemString
is the name of the parameter to get.
v
Type: SystemObject
accepts the parameter value.

Return Value

Type: Boolean
Returns true if successful or false if the parameter was not found.
See Also