PropertyList ObjectAn object that provides access to all of the Custom Properties contained within an item in the Composition. Contained in the "propertyList" property of objects that represent items in the Composition. PropertyList PropertiesAll of the PropertyList properties are read-only.
Always null.
The object whose properties are being accessed.
An array of all of the Custom Property names in the item. Can be null if the item has no Custom Properties.
Always null. |
|
PropertyList MethodsgetChild MethodAlways returns null. |
|
createPropertyCreates a new Custom Property within the item, with the specified name. |
|
getPropertyValueReturns the current value of the specified Custom Property. Can return null. |
|
setPropertyValueSets a new value into the specified Custom Property. The value can be set to null. |
|