FrameFilter.GetBoolParameter Method

Gets a boolean parameter.
Syntax:
[C#]
public bool GetBoolParameter( string name );
Parameter Description
name

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

Return Value:

The current value of the parameter.

Example:

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

See also: FrameFilter, FrameFilter.SetBoolParameter, FrameFilter.AvailableParameters

<< FrameFilter