absGetSelectedBins
absGetSelectedBins( )=>string
Description
Returns the list of bins selected in the Bin pane. The order of the bins in the list matches the order in which they appear in the Bin pane.
Arguments
Value Returned
Examples
Returns Core as the bin selected in the Bin pane.
absGetSelectedBins
=> List of selected bins : Core
Returns the list IO Corner Ignore as the bins selected in the Bin pane.
absGetSelectedBins
=> List of selected bins : IO Corner Ignore
Related Topics
Return to top