FrameFilter.GetStringParameter Method

Gets a string parameter.
Syntax:
[C#]
public string GetStringParameter( 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.SetStringParameter, FrameFilter.AvailableParameters

<< FrameFilter