IChemistryFactoryCreateMolecule Method (String, MoleculeFormat)ChemAxon .NET API
It creates a molecule.

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

IJChemMolecule CreateMolecule(
	string data,
	MoleculeFormat format
)

Parameters

data
Type: SystemString
String based molecule data
format
Type: MoleculeFormat
Molecule format

Return Value

Type: IJChemMolecule
Molecule
See Also

Reference