Click or drag to resize

RasterTerrainGridCellDiagonal Enumeration

Defines the direction of a diagonal across a raster terrain grid cell.

Namespace:  AGI.Foundation.Terrain
Assembly:  AGI.Foundation.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public enum RasterTerrainGridCellDiagonal
Members
  Member nameDescription
NorthwestToSoutheastCorner The cell is bisected from the northwest to the southeast corner.
SouthwestToNortheastCorner The cell is bisected from the southwest to the northeast corner.
See Also