FrameFilter.SetBoolParameter Method

Sets an boolean parameter.
Syntax:
[C#]
public void SetBoolParameter( string name, bool value );
Parameter Description
name

Name of the parameter to be set. To retrieve a list, containing the valid parameter names, use AvailableParameters.

value

New value of the parameter.

Example:

For an example of how to set or read parameters, see FrameFilter.SetIntParameter.

See also: FrameFilter, FrameFilter.GetBoolParameter, FrameFilter.AvailableParameters

<< FrameFilter