The Molecules type exposes the following members.

Constructors

  NameDescription
Molecules
Constructor : Add an empty Molecule

Methods

  NameDescription
AddMolecule
Add an unedfined Molecule to the collection, setting Molecule fragment type property
AddProduct
Add a product to the reaction scheme, setting Molecule fragment type property
AddReactant
Add a reactant to the reaction scheme, setting Molecule fragment type property
AddSalt
Add a salt to the collection, setting Molecule fragment type property
Clear
Clear Reaction scheme and delete all reactants and products
CompareTo
Compare two BaseObject object using Index value
(Inherited from BaseObject.)
DeleteMolecule
Delete given molecule
DeleteProduct
Delete given product
DeleteReactant
Delete given reactant
DeleteSalt
Delete given salt
EqualsOverloaded.
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Override GetHashCode method of the base class
(Inherited from BaseObject.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Rotate
Rotate molecule
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
CountAtoms
Returns number of implied atoms in all structure
CountBonds
Returns number of implied bonds in all structure
CountMolecules
Returns number of implied molecules
CountProducts
Returns number of implied products
CountReactants
Returns number of implied reactants
Flag
Byte Flag property
(Inherited from BaseObject.)
Index
Index property
(Inherited from BaseObject.)
Item
Indexor to get Molecule object using position in List
Mol
Molecule iterator through all Reactants and products
Name
Collection name
Product
Product iterator
Reactant
Reactant iterator
ReactionScheme
Reaction scheme attribute property. If true this collection defines a reaction, otherwise this is just a collection of Molecule
Salt
Salt iterator
UndefinedMolecule
Undefined molecule iterator

See Also