I have a file geodatabase which contains raster catalogs and feature classes. I need to be able to display these seperately with their own style and scale (layer should be visible only within a certain range of scales) information
With ArcGIS Engine, I was able to load the layers by using .lyr files, and this format supported embedding style and scale information. However Runtime does not support loading layers from .lyr/.lyrx files. I tried using .stylx files for the symbology information, but as I understand, this file format cannot store scale information. I can set the layer's maxscale or minscale property within the code, but I want to be able to load these information directly.
So is there a way to use a file format similar to .lyr that Runtime supports? How can I store scale information?
Thanks in advance.