Click or drag to resize

CPGSet Method

Write a single value to a 2D PG

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

public void Set(
	int col,
	int row,
	double value
)

Parameters

col
Type: SystemInt32
iBx - element # in x (column #)
row
Type: SystemInt32
iBy - element # in y (row #)
value
Type: SystemDouble
value to set
Remarks
This is a low-performance method.
See Also