CustomPropCollection

CustomPropCollection class

CustomProps collection.

Constructors

NameDescription
CustomPropCollectionConstructor.

Properties

NameTypeDescription
Countint
Item (int)CustomProp

Methods

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

CustomPropCollection()

Constructor.

CustomPropCollection.Count property

Type: int

CustomPropCollection.Item (int) property

Type: CustomProp

add(customProp)

Add the CustomProp object in the collection.

ParameterTypeDescription
customPropCustomProp

remove(customProp)

Remove the CustomProp object from the collection.

ParameterTypeDescription
customPropCustomProp

clear()

removeAt(index)

iterator()

Reserved for internal use.