FeatureLayer fl = MyMap.Layers["polygonlayer"] as FeatureLayer;
I put break point also but eveytime it says 0 count on feature layer.and on button click its working fine and it gives me perfect count
but I am using multiple tables and i can't use join because it is having one to many relationship.so i am not sure how i can implement unique value renderer?
if (e.Result.PROJSTAT.ToString() == "F" || e.Result.PROJSTAT.ToString() == "P") ggl.Symbol = LayoutRoot.Resources["DefaultpointSymbol"] as SimpleMarkerSymbol; else ggl.Symbol = LayoutRoot.Resources["esriDefaultMarker_40"] as MarkerSymbol;
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.