Working With The LAnnotationBox Collection

The AnnotationBoxes property returns a reference to a collection of LAnnotationBox objects and has the following properties and method:

Methods

image\sqrblit.gif Item method (ILAnnotationBoxes): This method returns a ILAnnotationBox object from the collection.

Properties

image\sqrblit.gif _NewEnum property (ILAnnotationBoxes): This property returns an IEnumVARIANT interface on an enumeration object for the collection. This is a standard property that allows the collection to be iterated over using the For…Each syntax of Visual Basic and VBScript.

image\sqrblit.gif Count property (ILAnnotationBoxes): This property specifies the number of LAnnotationBox objects in the collection.