PropertyList Object
The PropertyList object provides access to all of the Custom Properties contained within an item in the Composition.
PropertyList Properties |
|
All of the PropertyList properties are read-only.
Always null. |
|
|
|
|
|
|
|
|
|
PropertyList Methods | |
getChild Method
Always returns null. |
object getChild(string childName) |
createProperty
Creates a new Custom Property within the item, with the specified name. |
void createProperty(string newPropertyName) |
getPropertyValue
Returns the current value of the specified Custom Property. Can return null. |
var getPropertyValue(string propertyName) |
setPropertyValue
Sets a new value into the specified Custom Property. The value can be set to null. |
void setPropertyValue(string propertyName, var newValue) |