CustomPropCollection
CustomPropCollection class
CustomProps collection.
Constructors
| Name | Description |
|---|---|
| CustomPropCollection | Constructor. |
Properties
| Name | Type | Description |
|---|---|---|
| Count | int | |
| Item (int) | CustomProp |
Methods
| Name | Description |
|---|---|
| add | Add the CustomProp object in the collection. |
| remove | Remove the CustomProp object from the collection. |
| clear | |
| removeAt | |
| iterator | Reserved 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.
| Parameter | Type | Description |
|---|---|---|
| customProp | CustomProp |
remove(customProp)
Remove the CustomProp object from the collection.
| Parameter | Type | Description |
|---|---|---|
| customProp | CustomProp |
clear()
removeAt(index)
iterator()
Reserved for internal use.