I am currently using the below code to fill an imageenmview with images from a directory:
imageenmview.fillfromdirectory(chosendirectory, -1, false, 'lyr', false,'',false,true);
It loads all of the images and everything perfectly although I have a second layer on each that has annotations on it and I would like for those annotations to show up on the thumbnails. Is there a simple way to get those layers to load on the thumbnails? The layers are in a separate .lyr file for each image in the same directory.
Thanks in advance for any help that can be offered..