ThinkGeo.com    |     Documentation    |     Premium Support

Internalfeature.remove

I have a large amount of Icons loaded into point layer.

each item has several Key / Value pairs.  BOXID,  Lat / Lon / Icon / Color etc.



This all works great.





What I would like to do is  remove specific items  based a a specific key.



e.g   BOXID  = 65



However I am not clear on how to reference the specific field using the internalfeatures.remove(key)



What exactly is this key?





could someone point me in the right direction.



Thanks.






Go Figure.  Ask the Question and Find the answer myself 10 seconds later.



 pointLayer.InternalFeatures.Add(rdgFeature)                          ’ add it to the points layer



changed to 



 pointLayer.InternalFeatures.Add( MYKEY, rdgFeature)                          ’ add it to the points layer






Hi Steve, 
  
 Good to see you have figured it out by yourself. 
 Any other questions please feel free to let us know. 
  
 Thanks, 
 Johnny