ThinkGeo.com    |     Documentation    |     Premium Support

How can i find featurelayer id when click

hi,

i have over 4 featurelayer , and upper layer Together with bottom layer

when i click on Map , how can i find featurelayer name??



  



thanks




Hi Alizera, 
  
 If you get the clicked point, you can do query follow your order. 
  
 For example, you can do spatial query like this: 
  
 InMemoryFeatureLayer layer; 
 layer.QueryTools.GetFeaturesWithinDistanceOf 
  
 Then you can find the nearest feature in target layer in a specified distance from your clicked point. 
  
 If you hadn’t get the target feature, it means you don’t click this layer and you should want to find the clicked feature in the bottom layer. 
  
 Wish that’s helpful. 
  
 Regards, 
  
 Don

very well

thanks a lot

Hi Alireza, 
  
 You’re welcome. 
  
 Regards, 
  
 Don