FrameFilter.GetDataParameter Method

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

<< FrameFilter