Click or drag to resize
CIMUGridStatTrendExt Method
Reports Extended Trend Info of a grid (for upto third order coef).

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 GridStatTrendExt(
	string str1,
	ref int i2,
	ref int i3,
	ref double d4,
	ref double d5,
	CVM oVM6
)

Parameters

str1
Type: SystemString
grid name
i2
Type: SystemInt32
trend order
i3
Type: SystemInt32
Number of coefficients
d4
Type: SystemDouble
trend origin Xo
d5
Type: SystemDouble
trend origin Yo
oVM6
Type: GeoEngine.Core.GXNetCVM
VM hold coefficient values MUST BE OF TYPE 'real'
See Also