IChemistryFactoryCreateMolecule Method (IJChemMolecule, Boolean)ChemAxon .NET API
It creates a copy of the molecule.

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

IJChemMolecule CreateMolecule(
	IJChemMolecule molecule,
	bool doShallowCopy
)

Parameters

molecule
Type: IJChemMolecule
Source molecule
doShallowCopy
Type: SystemBoolean
In case of true the inner molecule reference is only copied, otherwise a new copy of the inner referred object is created.

Return Value

Type: IJChemMolecule
Molecule
See Also

Reference