if (InputPED.Text.StartsWith("01") || InputPED.Text.StartsWith("02")) { strQueryTaskURL = "url of my MN map service�?� } else if (InputPED.Text.StartsWith("07") || InputPED.Text.StartsWith("08")) { strQueryTaskURL = "url of my BX map service�?� }
switch (InputPED.Text.Substring(0,2).ToLower()) { case "01": case "02": strQueryTaskURL = "url of my MN map service�?�; break; case "07": case "08": strQueryTaskURL = "url of my BX map service�?�; break; default: break; }
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.