I'm trying to change a label but without any success.. MgLayerCollection vrstvy = map.GetLayers(); vrstva1 = (MgLayer)vrstvy.GetItem(1);
vrstva1.LegendLabel = cinnost; vrstva1.SetVisible(true); vrstva1.ForceRefresh(); map.Save(resourceService); and then i refresh the map,and the label is the same as before.. -- View this message in context: http://n2.nabble.com/Change-layer-label-doesn%27t-work-tp2371846p2371863.html Sent from the MapGuide Users mailing list archive at Nabble.com. _______________________________________________ mapguide-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapguide-users
