Click or drag to resize

RenderContentGetParameter Method

Query the content instance for the value of a given named parameter. If you do not support this parameter, call the base class.

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.7
Syntax
public virtual Object GetParameter(
	string parameterName
)

Parameters

parameterName
Type: SystemString
Name of the parameter

Return Value

Type: Object
IConvertible. Note that you can't directly cast from object, instead you have to use the Convert mechanism.
See Also