Animate 2020.
document.getIndexForTaggedSwatchesPalette(paletteName:string).
paletteName:It is a string that indicates tagged swatch palette name.
An integer that specifies the index of the palette.
Method;To get the Tagged Swatches palette index for given palette name.
The following example returns the index of tagged swatch palette "palette1".
var document = fl.getDocumentDOM();
fl.trace(document.getIndexForTaggedSwatchesPalette("palette 1"));