The Fragment type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Fragment | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| AddAtom |
Add an Atom to this fragment
| |
| AddBond |
Add a bond to this fragment
| |
| Clear |
Clear Fragment object
| |
| CompareTo |
Compare two BaseObject object using Index value
(Inherited from BaseObject.) | |
| Contains | Overloaded. | |
| Equals | Overloaded. | |
| ExistsBond | Overloaded. | |
| 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.) | |
| IndexOf | Overloaded. | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Merge |
Merge two fragment, adding Atom and bond to this
| |
| ToString |
Override to string method
(Overrides Object..::.ToString()()().) |
Properties
| Name | Description | |
|---|---|---|
| Aromatic |
Aromatic tag
(Inherited from ChemicalBase.) | |
| Atom |
Atom iterator
| |
| Bond |
Bond iterator
| |
| Capacity |
Fragment capacity (Atom capacity)
| |
| Color |
Element color
(Inherited from ChemicalBase.) | |
| Count |
Number of implied atoms
| |
| CountAtoms |
Returns number of Atoms
| |
| CountBonds |
Returns number of Bonds
| |
| CountHeteroAtoms |
Returns number of Hetero Atoms (not C)
| |
| Flag |
Byte Flag property
(Inherited from BaseObject.) | |
| Index |
Index property
(Inherited from BaseObject.) | |
| 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
|