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

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Trend Info are returned in the parameter set
Syntax
public static void GridStatTrend(
	string str1,
	ref int i2,
	ref double d3,
	ref double d4,
	ref double d5
)

Parameters

str1
Type: SystemString
Name of the grid to get stats from
i2
Type: SystemInt32
Trend Valid Flag
d3
Type: SystemDouble
Trend Coeff rCo
d4
Type: SystemDouble
Trend Coeff rCx
d5
Type: SystemDouble
Trend Coeff rCy
See Also