Click or drag to resize

MemorySearch Properties

The MemorySearch type exposes the following members.

Properties
  NameDescription
Public propertyAll
Return all records in MememorySearch
Public propertyCaseSensitive
Public propertyCount
Returns the total number of records
Public propertyHasHits
Public propertyHighlighting
A color to highligh query structure in results. This is only be used in substructure search. Using Color.Empty if not highlighting it.
Public propertyHitCount
Public propertyHits
Returns all search hits
Public propertyItem
Return the i-th record
Public propertyMatchAtomCharge
The flag to indicate if matching atom formal charge. The default is False.
Public propertyMatchAtomType
The flag to indicate if matching atom types. The default is True.
Public propertyMatchBondType
The flag to indicate if matching bond types. The default is True.
Public propertyMatchImplicitH
The flag to indicate if matching implicit hydogrens. The default is False.
Public propertyMatchImplixcitH
Public propertyMatchStereoChemistry
The flag to indicate if matching stereochemistry. The default is False.
Public propertyPassword
MolEngine database (*.molengine) can be encrypted with password. When loading an encrypted MolEngine database, password has to be set before call MemorySearch.Read(). A password can be specified when MemorySearch.Save to MolEngine database
Public propertyPrimaryKey
Top
See Also