Click or drag to resize
CIMUGridStatTrend Method
Reports Trend Info of a grid (for first order coefficients only).

Available since Oasis montaj version: 5.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
Trend Info are returned in the parameter set
Syntax
public static void GridStatTrend(
	CGXNETCore gxNetShared,
	string grid,
	ref int trend_valid,
	ref double co,
	ref double cx,
	ref double cy
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
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
See Also