rotation_list - superclass: RotationController; super-superclass:MAXWrapper - 1:1 - classID: #(1263210499, 0)
Value > MAXWrapper > RotationController > rotation_list |
Represents the Available sub-controller.
Controls the state of the "Average Weights" checkbox.
Get/set the array of the weights for the List controller’s sub-controllers.
This method returns the number of items that appear in the List controllers list box.
This method allows you to sets the indexed item in the list active so its parameters appear in the motion panel, and any input is directed to the indexed sub controller.
<index>listIndex: The index of the item to set as the active item.
This method returns the index of the currently active item.
This method allows you to delete the indexed sub controller from the list.
<index>listIndex: The index of the item to delete from the list.
This method allows you to cut the index sub controller from the list and stores it in the buffer to paste later.
<index>listIndex: The index of the item you wish to cut.
This method allows you to paste the sub-controller from the buffer into the indexed slot in the list.
<index>listIndex: The index of the slot to paste into.
This method allows you to paste the sub-controller from the buffer into the indexed slot in the list.
<index>listIndex: The index of the item for which to get the name.
This method allows you to set the name of an indexed item.
<index>listIndex : The index of the item.
<string>name : The name to set it to.
See Also Class IlistControl, in the SDK Help file accompanying this product.