List<string> values = new List<string>(); foreach (var item in feature.Attributes) { if (!values.Contains(item.Value.ToString())) { values.Add(item.Value.ToString()); } }
Přihlášení členové mohou přispívat, sledovat aktualizace a další. Jste tu noví? Zaregistrujte si bezplatný účet.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.