ThinkGeo.com    |     Documentation    |     Premium Support

MultiPointShape Points

 Hello,


 


Is there a non-looping way to discover if a multishape.points collection already contains a shape with a certain set of points?  I want to see if there is an existing pointshape of x,y in the collection, but doing so via a loop takes too much time.


 


Thanks,


Dib



Hi Dib,  
  
 I am not clear on the method you are currently using. Did you try the multipointShape.Points.Contains() method where you can pass in a PointShape?