FrameFilter.Create Method

Creates an instance of a FrameFilter
Syntax:
[C#]
public static FrameFilter Create( FrameFilterInfo info ); public static FrameFilter Create( FrameFilterImpl impl ); public static FrameFilter Create( String name ); public static FrameFilter Create( String name, String module );
Parameter Description
name

Name of the FrameFilter to look for in the FrameFilterInfo.FrameFilterInfos list.

module

Name of the module of the FrameFilter to look for in the FrameFilterInfo.FrameFilterInfos list.

info

The FrameFilterInfo to create the FrameFilter from.

impl

The FrameFilterImpl to create the FrameFilter from.

Remarks:

This method returns the same as FilterInfo.Name.

See also: FrameFilter, FrameFilter.FilterInfo

<< FrameFilter