GeoJsonPolygonCoordinatesTCoordinatesHoles Property |
Gets the holes.
Namespace: MongoDB.Driver.GeoJsonObjectModelAssembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.2.0
Syntax public ReadOnlyCollection<GeoJsonLinearRingCoordinates<TCoordinates>> Holes { get; }
Public ReadOnly Property Holes As ReadOnlyCollection(Of GeoJsonLinearRingCoordinates(Of TCoordinates))
Get
member Holes : ReadOnlyCollection<GeoJsonLinearRingCoordinates<'TCoordinates>> with get
Property Value
Type:
ReadOnlyCollectionGeoJsonLinearRingCoordinatesTCoordinatesSee Also