Is there description of the numeric 'layerKind' indexes that are available through AM?
Hello! For the script to work, I need to analyze the names of the layers of the document. I get a list of all the layers through AM, then in a loop I sort them in array according to desc.getInteger (stringIDToTypeID ('layerKind')). The problem is that layerKind comes in the form of a numeric index and, in case I need to match a specific type of layer in AM with the type of a layer in DOM, and I need to understand what index it means. Is there description of the numeric 'layerKind' indexes that are available through AM?
