I was just looking for a way to quickly determine whether a layer in a published ArcGIS Server MapService has z values. If you look at the html version of the page this is listed:

But if you view the same page in json via `?f=json`, that property seems to be missing. Is there a trick to get this information. I'd like to quickly be able to determine whether a layer loaded in my app has Z values, even though I am loading it in a 2D MapView.
[A 2D MapView will not load z values even if you request them. See here]