Click or drag to resize

GenericMolProcessMol Method

Namespace:  Scilligence.MolEngine
Assembly:  Scilligence.MolEngine (in Scilligence.MolEngine.dll) Version: 1.3.0.0 (7.0.0.39951)
Syntax
C#
public static Molecule ProcessMol(
	Molecule mol,
	Dictionary<Atom, List<string>> ratoms,
	bool lockconnection
)

Parameters

mol
Type: Scilligence.MolEngineMolecule
ratoms
Type: System.Collections.GenericDictionaryAtom, ListString
lockconnection
Type: SystemBoolean

Return Value

Type: Molecule
See Also