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

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 GridStatTrendExt(
	CGXNETCore gxNetShared,
	string grid,
	ref int order,
	ref int num_coef,
	ref double xo,
	ref double yo,
	CVM vm
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
grid
Type: SystemString
Grid name
order
Type: SystemInt32
Trend order
num_coef
Type: SystemInt32
Number of coefficients
xo
Type: SystemDouble
Trend origin Xo
yo
Type: SystemDouble
Trend origin Yo
vm
Type: GeoEngine.Core.GXNetXCVM
VM hold coefficient values MUST BE OF TYPE 'real'
See Also