IChemistryFactory InterfaceChemAxon .NET API
Create, filter or R-group decomposition molecules

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

public interface IChemistryFactory

The IChemistryFactory type exposes the following members.

Methods

  NameDescription
Public methodCreateBindableMolecule
It creates a molecule for explicit control binding.
Public methodCreateChemistrySearchOptions
It creates a chemistry option for search.
Public methodCreateEmptyMolecule
It creates an empty molecule.
Public methodCreateFilter
It creates a molecule filter.
Public methodCreateMolecule(IMoleculeDataIMultipleMoleculeRepresentation)
It creates a molecule.
Public methodCreateMolecule(IMoleculeDataMoleculeFormat)
It creates a molecule.
Public methodCreateMolecule(IJChemMolecule)
It creates an identical copy of the molecule.
Public methodCreateMolecule(Byte)
It creates a molecule.
Public methodCreateMolecule(Object)
It creates a molecule.
Public methodCreateMolecule(String)
It creates a molecule.
Public methodCreateMolecule(IJChemMolecule, Boolean)
It creates a copy of the molecule.
Public methodCreateMolecule(Byte, MoleculeFormat)
It creates a molecule.
Public methodCreateMolecule(String, MoleculeFormat)
It creates a molecule.
Public methodCreateRGroupDecomposition
It creates an R-group decomposition.
Top
See Also

Reference