IChemistryFactoryCreateFilter Method ChemAxon .NET API
It creates a molecule filter.

Namespace: ChemAxon.NET.IKVM.API.Chemistry
Assembly: ChemAxon.NET (in ChemAxon.NET.dll) Version: 1.0.0.1
Syntax

IFilter CreateFilter(
	IEnumerable<IJChemMolecule> targets,
	SearchMode filterType
)

Parameters

targets
Type: System.Collections.GenericIEnumerableIJChemMolecule
Target molecules
filterType
Type: SearchMode
Filter type

Return Value

Type: IFilter
Molecule filter
See Also

Reference