GridCellGeometryType Enumeration |
Enumeration of what kind of grid cell geometry information that
should be returned together with requested grid statistics.
Namespace: ArtDatabanken.DataAssembly: ArtDatabanken (in ArtDatabanken.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public enum GridCellGeometryType
Public Enumeration GridCellGeometryType
public enum class GridCellGeometryType
type GridCellGeometryType
Members
| Member name | Value | Description |
---|
| CentrePoint | 0 | Centre point. |
| Polygon | 1 | Polygon. |
See Also