The above code should work base on decumention but It removes shape and shows nothing to map window.What is wrong in this method ?
IMapFeatureLayer lay = (IMapFeatureLayer)map1.Layers[0];
lay.Symbology.ClearCategories();
PolygonSymbolizer lightblue = new PolygonSymbolizer(Color.LightBlue);
lightblue.OutlineSymbolizer = new LineSymbolizer(Color.Blue, 1);
lay.Symbolizer = lightblue;