Member of ChemDraw Control.
For a list of all members defined for this collection, see Atoms Members.
ChemDraw Atoms Collection contains all of the Atom objects in the document.
Atoms is a collection containing all of the atom objects in the ChemDraw document. If myAtoms is an atoms collection object:
MyAtoms.Application returns the application associated with the atoms collection
MyAtoms.Count returns the number of atoms in the collection
MyAtoms.Item(i) given an index, references one atom in particular
MyAtoms.Parent returns the parent of the atoms collection
Using myAtoms.Item(i) all the Atom properties are enabled for myAtoms(i). This index starts with 1.
|
'Declares variables Private Sub cmdAtoms_Click() |


