IChemistryFactoryCreateMolecule Method (Byte, 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(
	byte[] data,
	MoleculeFormat format
)

Parameters

data
Type: SystemByte
Binary based molecule data
format
Type: MoleculeFormat
Molecule format

Return Value

Type: IJChemMolecule
Molecule
See Also

Reference