IWorkflowHandlerFactoryEditMolecule Method (IJChemMolecule, IJChemMolecule, IMoleculeEditorView)ChemAxon .NET API
Displays a molecule within an editor control. A return value indicates whether a molecule is modified.

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

bool EditMolecule(
	IJChemMolecule molecule,
	out IJChemMolecule modifiedMolecule,
	IMoleculeEditorView moleculeEditorView
)

Parameters

molecule
Type: IJChemMolecule
Molecule
modifiedMolecule
Type: IJChemMolecule
The modified molecule
moleculeEditorView
Type: IMoleculeEditorView
User definied view

Return Value

Type: Boolean
true if the molecule was modified; otherwise, false
See Also

Reference