CustomPropertyCollection

CustomPropertyCollection class

A collection of CustomProperty objects that represent additional information.

Methods

NameDescription
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.

ParameterTypeDescription
nameStringThe name of the custom property.
valueStringThe 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.

ParameterTypeDescription
indexNumberThe index.

Returns: CustomProperty — CustomProperty The custom property

get(name)

Gets the custom property by the property name.

ParameterTypeDescription
nameStringThe property name.

Returns: CustomProperty — CustomProperty The custom property

get()

Reserved for internal use.

getCount()

indexOf()

Reserved for internal use.

iterator()

removeAt()