CustomPropCollection
CustomPropCollection class
CustomProps collection.
new CustomPropCollection()
Constructor.
Methods
| Name | Description |
|---|---|
| add(customProp) | Add the CustomProp object in the collection. |
| clear() | |
| get() | |
| getCount() | |
| iterator() | Reserved for internal use. |
| remove(customProp) | Remove the CustomProp object from the collection. |
| removeAt() |
add(customProp)
Add the CustomProp object in the collection.
| Parameter | Type | Description |
|---|---|---|
| customProp | CustomProp |
Returns: Number — Number
clear()
get()
getCount()
iterator()
Reserved for internal use.
remove(customProp)
Remove the CustomProp object from the collection.
| Parameter | Type | Description |
|---|---|---|
| customProp | CustomProp |