How to get dimensions of a cudaArray

Hi,

Is there any way of getting the dimensions of a cudaArray?
There is a cuArrayGetDescriptor to get the size of a CUarray, but I found nothing for the high level API type cudaArray.

Thanks,

Matthieu