Table of Contents

Method WithinPolygon

Namespace
MongoDB.Driver.Builders
Assembly
MongoDB.Driver.Legacy.dll

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 string

The 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.