RhinoCommon API
PostEffectGetParam Method |
Get a parameter.
Namespace: Rhino.Render.PostEffects
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 7.0
public abstract bool GetParam( string param, ref Object v )
Public MustOverride Function GetParam ( param As String, ByRef v As Object ) As Boolean
Parameters
- param
- Type: SystemString
is the name of the parameter to get. - v
- Type: SystemObject
accepts the parameter value.
Return Value
Type: BooleanReturns true if successful or false if the parameter was not found.