AnnotationCollection

AnnotationCollection class

Annotation collection.

Properties

NameTypeDescription
Countint
Item (int)Annotation

Methods

NameDescription
addAdd the Annotation object in the collection.
removeRemove the Annotation object from the collection.
clear
removeAt
iteratorReserved for internal use.

AnnotationCollection.Count property

Type: int

AnnotationCollection.Item (int) property

Type: Annotation

add(item)

Add the Annotation object in the collection.

remove(item)

Remove the Annotation object from the collection.

clear()

removeAt(index)

iterator()

Reserved for internal use.