Click or drag to resize

CPGrGet Method

Read a single value from a 2D PG

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public double rGet(
	int col,
	int row
)

public double rGet(
	int col,
	int row
)

Parameters

col
Type: SystemInt32
iBx - element # in x (column #)
row
Type: SystemInt32
iBy - element # in y (row #)

Return Value

Type: Double
Remarks
This is a low-performance method.
See Also