Click or drag to resize

Sketch Properties

The Sketch type exposes the following members.

Properties
  NameDescription
Public propertyAtoms
The collection contains all atoms.
(Inherited from Molecule.)
Public propertyBonds
The collection contains all bonds.
(Inherited from Molecule.)
Public propertyCanonicalCode
Canonical Code of the structure
(Inherited from MolBase.)
Public propertyChiralities (Inherited from Molecule.)
Public propertyComposition
Returns element composition
(Inherited from Molecule.)
Public propertyExactMass
Returns the molecular exact mass
(Inherited from Molecule.)
Public propertyExSMILES
Extended SMILES string
(Inherited from MolBase.)
Public propertyFingerprints
The fingerprints of the structure. (documents)
(Inherited from MolBase.)
Public propertyFingerprintsAsString
The string version of the fingerprints of the structure. (link)
(Inherited from MolBase.)
Public propertyFormula
Formula in plain-text
(Inherited from MolBase.)
Public propertyFormulaHtml
Formula in HTML
(Inherited from MolBase.)
Public propertyFormulaSearchable
Normalized searchable formula
(Inherited from MolBase.)
Public propertyHashCode
Compute the topological hash code of molecule. Each identical chemical structure has its own hash code.
(Inherited from Molecule.)
Public propertyHashCodeRelax
Compute the topological hash code of molecule, but ignore stereochemistry.
(Inherited from Molecule.)
Public propertyInChI
Returns the InChI (The IUPAC International Chemical Identifier). InChI extension has to be installed to call this function. If not installed, it always return null.
(Inherited from Molecule.)
Public propertyInChIKey
InChIKey is hashed InChI, which is more efficient to be used as structure key.
(Inherited from Molecule.)
Public propertyIsEmpty (Overrides MoleculeIsEmpty.)
Public propertyIUPACName (Inherited from Molecule.)
Public propertyIUPACNameHtml (Inherited from Molecule.)
Public propertyMolWeight
Returns the molecular weight
(Inherited from Molecule.)
Public propertyMolWeightKnown (Inherited from Molecule.)
Public propertyObjects
All objects except Atom and Bond, includiing Arrow, Text and Plus
Public propertyOrderedAtoms
Get ordered atom list.
(Inherited from Molecule.)
Public propertyPSA
Returns the molecule t-PSA (Topological Polar Surface Area), which is invented by Peter Ertl etc.
(Inherited from Molecule.)
Public propertySet
The object contains of the sketch, which can be Atom, Bond, Arrow, Text and Plus
Public propertySMILES
SMILES string
(Inherited from MolBase.)
Public propertySSSR
Returns Smallest Set of Smallest Rings (SSSR) from the molecule topological graph.
(Inherited from Molecule.)
Public propertyStructureKeys
A higher level of structure characterization (link)
(Inherited from MolBase.)
Public propertyStructureKeysAsString
The string version of StructureKeys
(Inherited from MolBase.)
Top
See Also