Click or drag to resize

MemorySearchAdd Method (Molecule, DictionaryString, Object)

Add a new recorc to MemorySearch

Namespace:  Scilligence.MolEngine
Assembly:  Scilligence.MolEngine (in Scilligence.MolEngine.dll) Version: 1.3.0.0 (7.0.0.39951)
Syntax
C#
public MemorySearchRecord Add(
	Molecule m,
	Dictionary<string, Object> items
)

Parameters

m
Type: Scilligence.MolEngineMolecule
The compound
items
Type: System.Collections.GenericDictionaryString, Object
Attached data

Return Value

Type: MemorySearchRecord
The added Record
See Also