IWorkflowHandlerFactory InterfaceChemAxon .NET API
Visualize/edit molecule.

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

public interface IWorkflowHandlerFactory
Methods

  NameDescription
Public methodEditMolecule(IJChemMolecule, IJChemMolecule)
Displays a molecule within an editor control. A return value indicates whether a molecule is modified.
Public methodEditMolecule(IJChemMolecule, IJChemMolecule, IMoleculeEditorView)
Displays a molecule within an editor control. A return value indicates whether a molecule is modified.
Public methodShowMolecule(IJChemMolecule)
Displays a molecule.
Public methodShowMolecule(IJChemMolecule, IMoleculeViewer)
Displays a molecule.
Top
See Also

Reference