Method WithinPolygon
WithinPolygon(string, double[,])
Tests that the value of the named element is within a polygon (see $within and $polygon).
public static IMongoQuery WithinPolygon(string name, double[,] points)
Parameters
name
stringThe name of the element to test.
points
double[,]An array of points that defines the polygon (the second dimension must be of length 2).
Returns
- IMongoQuery
An IMongoQuery.