Kevin Brown wrote:
One thing I haven't been able to get is the actual name of the named destinations. You would think there would be something like getName() setName() methods. I'll keep poking around.
Hi Kevin, I found your comments in mail archive in Internet. Don't know if you found the answer already but playing around with the code you shared I found out the names of the destinations are the keys in the Map you got by getNames(). Map<?, ?> destList2 = dest2.getNames(); Regards, Chemi.

