LayerCollection

LayerCollection class

Layer collection.

Properties

NameTypeDescription
Countint
Item (int)Layer

Methods

NameDescription
addAdd the Layer object in the collection.
removeRemove the Layer object from the collection.
clear
removeAt
iteratorReserved 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.