Hi
I am looking at retrieving all layers and groups and can see access is possible through layerSets and artLayers.
Lets say my document layers look like this:
Group
Layer
Layer
Group
Group
Layer
layerSets will give me: Group, Group, Group and artLayers give me: Layer, Layer, Layer.
This is exactly my issue, as I retrive groups and layer seperately I can keep them in order. Is it possible to some how retain the original order? Or get an object with both artLayers and layerSets in? Or are they exclusive to one another?