Click or drag to resize

CIMUGridStatTrend Method

Reports Trend Info of a grid (for first order coefficients only).

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void GridStatTrend(
	string grid,
	ref int trend_valid,
	ref double co,
	ref double cx,
	ref double cy
)

public static void GridStatTrend(
	string grid,
	ref int trend_valid,
	ref double co,
	ref double cx,
	ref double cy
)

Parameters

grid
Type: SystemString
Name of the grid to get stats from
trend_valid
Type: SystemInt32
Trend Valid Flag
co
Type: SystemDouble
Trend coefficient rCo
cx
Type: SystemDouble
Trend coefficient rCx
cy
Type: SystemDouble
Trend coefficient rCy
Remarks
Trend Info are returned in the parameter set
See Also