ActCollection

ActCollection class

Act collection.

Properties

NameTypeDescription
Countint
Item (int)Act

Methods

NameDescription
addAdd the Act object in the collection.
removeRemove the Act object from the collection.
getActGets the element at the specified ID.
clear
removeAt
iteratorReserved for internal use.

ActCollection.Count property

Type: int

ActCollection.Item (int) property

Type: Act

add(item)

Add the Act object in the collection.

remove(item)

Remove the Act object from the collection.

getAct(ID)

Gets the element at the specified ID.

ParameterTypeDescription
IDint

clear()

removeAt(index)

iterator()

Reserved for internal use.