LayerCollection
LayerCollection class
Layer collection.
Properties
| Name | Type | Description |
|---|---|---|
| Count | int | |
| Item (int) | Layer |
Methods
| Name | Description |
|---|---|
| add | Add the Layer object in the collection. |
| remove | Remove the Layer object from the collection. |
| clear | |
| removeAt | |
| iterator | Reserved for internal use. |
LayerCollection.Count property
Type: int
LayerCollection.Item (int) property
Type: Layer
add(item)
Add the Layer object in the collection.
remove(item)
Remove the Layer object from the collection.
clear()
removeAt(index)
iterator()
Reserved for internal use.