Band, Track, Chain, Checkpoint, and Script ObjectsThese objects represent Band, Track, Target, Chain, Checkpoint, Delay, or Script objects, respectively, in the Composition. |
|
Band, Track, Chain, Checkpoint, and Script PropertiesAll of the following Band, Track, Target, Chain, Checkpoint, and Script properties are read-only.
The name of this item. An item’s name can be changed by setting this property, with the following restrictions:
propertyList (object) A PropertyList object that allows access to all of the Custom Properties contained in this object.
A SystemPropertyList object that allows access to all of the System Properties contained in this object.
A string that indicates the type of this object.
An array of objects representing the children of this object, if any. Null if the object has no children.
Returns the position (zero-based index) of this item’s parent’s array of children.
Returns the next item after this one in this item’s parent’s array of children, or null if this is the last item. In other words, returns the next sibling in the object hierarchy. Equivalent to:
Returns the previous item before this one in this item’s parent’s array of children, or null of this is the first item. In other words, returns the next sibling in the object hierarchy. Equivalent to:
A constant that can be passed in calls to the "
A constant that can be passed in calls to the "
A constant that can be passed in calls to the "
A constant that can be passed in calls to the " |
|
Band, Track, Chain, Checkpoint, and Script MethodsgetChild MethodReturns a specific child object by name, or null if there is no child with the specified name. |
|
getItemViaPathGiven a type of item and the path to that item in the Composition object hierarchy, returns the object in the hierarchy that represents that item. |
|
|
The "
The " |
|
clearRepeat MethodRemoves any current repeating specification from this item (so that it will play exactly once). |
|
setRepeat MethodSets a new repeating specification for this item. The "
|
|