Member of ChemDraw Control.
For a list of all members defined for this collection, see Geometries Members.
ChemDraw Geometries Collection contains all of the geometry objects in the document.
Geometries is a collection containing all of the geometries objects in the ChemDraw document. If myGeometries is a geometries collection object:
MyGeometries.Application returns the application associated with the geometries collection
MyGeometries.Count returns the number of geometries in the collection
MyGeometries.Item(i) given an index, references one geometry in particular
MyGeometries.Parent returns the parent of the geometries collection
Using myGeometries.Item(i) all the geometry properties are enabled for myGeometries(i). This index starts with 1.


