Returns an enumeration object of all the keys in the specified property list object.
Syntax
propertyNames( properties )
properties.propertyNames( )
Parameters
properties
|
properties object to enumerate.
|
Returns
enumeration
|
enumeration of all the keys in the specified properties object.
|
Example
plEnum = pl.propertyNames( )
|