Extent boundingBox = App.Map.MapFrame.Extent;
List<IFeature> visibleFeatures = ((FeatureSet)myLayer.DataSet).Select(boundingBox);
I tried the following code and it returns an incorrect number of visibile points. Is there an extent I should use rather then the mapframe? ↧
New Post: return only features of a shapefile layer that's in the extent
↧