Am I right in saying that the layer GeometryType is not available anywhere in the LayerItemViewModel object model?
This is too bad. I've added the ability for users to toggle a layer in the legend, then when they click a location on the map, it performs an identifyquery at that point. We've got some layers that are polygons, some that are points, and others that are polyline. We change the IdentifyQuery.Geometry based on the GeometryType of the layer selected. A point works great for polygon layers, and a small polygon extent works better for polyline and point layers -- otherwise the user has to click exactly on the line or point.
If GeometryType is not available to me through the object model, can you think of a workaround? And if not, can I request that it be added in the next version?
Thank you.