select Layer ID from checkbox not working
if (McCheckBox1.IsChecked)
{
findParameters.LayerIds.AddRange(new int[] { 0, 1, 2, 3, 4, 5, });
}
Please Help
Asghar,
Try this
findParameters.LayerIds = [ 0, 1, 2, 3, 4, 5];
Membros conectados podem postar, seguir atualizações e mais. Novo aqui? Registre uma conta gratuita.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.