GridReprojectorGridInfoElementCenterValues Field

Bool indicating whether the grid is node based (false) or element/cell based (true)

Default is true;

Node based grid means that values are defined in grid line intersection point

Element center based grid means that values are defined in the center of the rectangle bounded by 4 grid lines.

Definition

Namespace: DHI.Projections
Assembly: DHI.Projections (in DHI.Projections.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public bool ElementCenterValues

Field Value

Boolean

See Also