tpaDeselect
tpaDeselect(
[ l_hierarchyName ]
)
=> t / nil
Description
Deselects the specified items on the Track Pattern Assistant.
Arguments
|
List of hierarchy names of the item to be deselected. If l_hierarchyName is not specified, all items are deselected. |
Value Returned
Example
Deselects the specified items on the Track Pattern Assistant.
tpaDeselect(list("Metal2" "M2WSP")) => t | nil
tpaDeselect() => t
Return to top