The Ring type exposes the following members.

Constructors

  NameDescription
RingOverloaded.

Methods

  NameDescription
AddAtom
Add an Atom to this fragment
(Inherited from Fragment.)
AddBond
Add a bond to this fragment
(Inherited from Fragment.)
Center
Returns the ring center position
Clear
Clear Ring object. Call base method and set aromatic flag to false.
(Overrides Fragment..::.Clear()()().)
CompareTo
Compare two BaseObject object using Index value
(Inherited from BaseObject.)
ContainsOverloaded.
EqualsOverloaded.
ExistsBondOverloaded.
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.)
IndexOfOverloaded.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Merge
Merge two fragment, adding Atom and bond to this
(Inherited from Fragment.)
Radius
Returns the ring radius (Distance of each atom to the ring center)
Similar
Search if Ring is included in this or inverse
ToString
Override to string method
(Inherited from Fragment.)

Properties

  NameDescription
Aromatic
Aromatic tag
(Inherited from ChemicalBase.)
Atom
Atom iterator
(Inherited from Fragment.)
Bond
Bond iterator
(Inherited from Fragment.)
Capacity
Fragment capacity (Atom capacity)
(Inherited from Fragment.)
Color
Element color
(Inherited from ChemicalBase.)
Count
Number of implied atoms
(Inherited from Fragment.)
CountAtoms
Returns number of Atoms
(Inherited from Fragment.)
CountBonds
Returns number of Bonds
(Inherited from Fragment.)
CountHeteroAtoms
Returns number of Hetero Atoms (not C)
(Inherited from Fragment.)
Flag
Byte Flag property
(Inherited from BaseObject.)
Index
Index property
(Inherited from BaseObject.)
IsAnHeterocycle
Checl if this ring is an heterocycle
IsInRing
Is in ring
(Inherited from ChemicalBase.)
IsQueryFeature
Is a query feature
(Inherited from ChemicalBase.)
Parent
Reference of the parent Molecule object
(Inherited from ChemicalBase.)
Type
Get / Set Fragment..::.FragmentType value
(Inherited from Fragment.)

See Also