GeomCollection

GeomCollection class

Geom collection.

Properties

NameTypeDescription
Countint
Item (int)Geom

Methods

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

GeomCollection.Count property

Type: int

GeomCollection.Item (int) property

Type: Geom

add(item)

Add the Geom object in the collection.

remove(item)

Remove the Geom object from the collection.

clear()

removeAt(index)

iterator()

Reserved for internal use.