CustomPropertyCollection
Contents
[
Hide
]CustomPropertyCollection class
A collection of CustomProperty objects that represent additional information.
Methods
| Name | Description |
|---|---|
| add(name, value) | Adds custom property information. |
| add() | Reserved for internal use. |
| clear() | |
| contains() | Reserved for internal use. |
| get(index) | Gets the custom property by the specific index. |
| get(name) | Gets the custom property by the property name. |
| get() | Reserved for internal use. |
| getCount() | |
| indexOf() | Reserved for internal use. |
| iterator() | |
| removeAt() |
add(name, value)
Adds custom property information.
| Parameter | Type | Description |
|---|---|---|
| name | String | The name of the custom property. |
| value | String | The value of the custom property. |
add()
Reserved for internal use.
clear()
contains()
Reserved for internal use.
get(index)
Gets the custom property by the specific index.
| Parameter | Type | Description |
|---|---|---|
| index | Number | The index. |
Returns: CustomProperty — CustomProperty The custom property
get(name)
Gets the custom property by the property name.
| Parameter | Type | Description |
|---|---|---|
| name | String | The property name. |
Returns: CustomProperty — CustomProperty The custom property
get()
Reserved for internal use.
getCount()
indexOf()
Reserved for internal use.