I'm doing a spatial query to retrieve the number of points that are contained within a selected polygon. Using that selection set I need to run statistics on a number of fields to return the mean values. How do I convert that selectionset returned from layer.Select(SpatialQuery) to a featureclass so I can then run the CalculateStatistics function?