Click or drag to resize

CombiComponentGetRFragments Method

Namespace:  Scilligence.MolEngine
Assembly:  Scilligence.MolEngine (in Scilligence.MolEngine.dll) Version: 1.3.0.0 (7.0.0.39951)
Syntax
C#
public List<CombiRFrag> GetRFragments(
	Molecule reagent,
	Dictionary<int, int> multicentermaps,
	Dictionary<Atom, Atom> variables
)

Parameters

reagent
Type: Scilligence.MolEngineMolecule
multicentermaps
Type: System.Collections.GenericDictionaryInt32, Int32
variables
Type: System.Collections.GenericDictionaryAtom, Atom

Return Value

Type: ListCombiRFrag
See Also