Hello,
I'm working on a project where the map service is not finalized [from time to time new layers are added, some others are removed, in other cases they are simply reordered]
we have in that map service a couple of layers for which we user FeatureLayer class so that we can show tool tips.
The issue is that when the service get updated we have to go back to XAML and update to where the feature layer points, but in
production environment the map service can be updated while UI should not [or at least not that often].
Is there more reliable way to identify sub-layers in a map service rather than using their Ids ?
Thanks,