Click or drag to resize

CIMUGridST Method

Update an ST object using a grid.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void GridST(
	string grid,
	CST st
)

public static void GridST(
	string grid,
	CST st
)

Parameters

grid
Type: SystemString
Grid name
st
Type: GeoEngine.Core.GXNetCST
ST (statistics) object to fill/update
Remarks
The input ST object is not initialized by GridST_IMU, so this function can be used to accumulate statistical info on more than a single grid. See ST.
See Also