Member of ChemDraw Control.
For a list of all members defined for this collection, see Bonds Members.
ChemDraw Bonds Collection contains all of the bond objects in the document.
Bonds is a collection containing all of the bonds objects in the ChemDraw document. If myBonds is a bonds collection object:
MyBonds.Application returns the application associated with the collection of bonds
MyBonds.Count returns the number of bonds in the collection of bonds
MyBonds.Parent returns the parent of the bonds collection
MyBonds.Item(1) given an index, references one bond in particular from the collection of bonds, enabling all bond properties
With myBonds.Item(i) all the bond properties are enabled for the myBonds(i) of the bonds collection. This index starts with 1.
|
'Declares variables Private Sub cmdBonds_Click() |


