Esempio n. 1
0
 public Collection <uint> GetObjectIDsInView(BoundingBox bbox)
 {
     return(RealProvider.GetObjectIDsInView(ExpandBox(bbox)));
 }