RhinoCommon API
PostEffectSetParam Method |
Set a parameter.
Namespace: Rhino.Render.PostEffects
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 7.0
public abstract bool SetParam( string param, Object v )
Public MustOverride Function SetParam ( param As String, v As Object ) As Boolean
Parameters
- param
- Type: SystemString
is the name of the parameter to set. - v
- Type: SystemObject
specifies the type and value to set.
Return Value
Type: BooleanReturn true if successful or false if the parameter could not be set.