GeomCollection
GeomCollection class
Geom collection.
Properties
| Name | Type | Description |
|---|---|---|
| Count | int | |
| Item (int) | Geom |
Methods
| Name | Description |
|---|---|
| add | Add the Geom object in the collection. |
| remove | Remove the Geom object from the collection. |
| clear | |
| removeAt | |
| iterator | Reserved 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.