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.
Namespace: DHI.ProjectionsAssembly: DHI.Projections (in DHI.Projections.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public bool ElementCenterValues
Public ElementCenterValues As Boolean
public:
bool ElementCenterValues
val mutable ElementCenterValues: bool
Field Value
Type:
BooleanSee Also