Accessing custom UV coordinates

Hi,
Is there a way to access the custom mapping UVs of a referenced geometry? I’ve been able to get the texture coordinates using Mesh.TextureCoordinate method in python, but as you can see below it references the original UVs and not the custom texture map overlay applied in Rhino. I’m a bit novice to python, so a little extra explanation would be greatly appreciated.
Thank you!