List<string> values = new List<string>(); foreach (var item in feature.Attributes) { if (!values.Contains(item.Value.ToString())) { values.Add(item.Value.ToString()); } }
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.