|  | CIMUGridStatTrendExt Method  | 
 Reports Extended Trend Info of a grid (for up to third order coefficients).
 
    Namespace: 
   GeoEngine.Core.GXNet
    Assembly:
   geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2025.1.0.25
 Syntax
Syntaxpublic static void GridStatTrendExt(
	string grid,
	ref int order,
	ref int num_coef,
	ref double xo,
	ref double yo,
	CVM vm
)
public static void GridStatTrendExt(
	string grid,
	ref int order,
	ref int num_coef,
	ref double xo,
	ref double yo,
	CVM vm
)
Public Shared Sub GridStatTrendExt ( 
	grid As String,
	ByRef order As Integer,
	ByRef num_coef As Integer,
	ByRef xo As Double,
	ByRef yo As Double,
	vm As CVM
)
Public Shared Sub GridStatTrendExt ( 
	grid As String,
	ByRef order As Integer,
	ByRef num_coef As Integer,
	ByRef xo As Double,
	ByRef yo As Double,
	vm As CVM
)
public:
static void GridStatTrendExt(
	String^ grid, 
	int% order, 
	int% num_coef, 
	double% xo, 
	double% yo, 
	CVM^ vm
)
public:
static void GridStatTrendExt(
	String^ grid, 
	int% order, 
	int% num_coef, 
	double% xo, 
	double% yo, 
	CVM^ vm
)
static member GridStatTrendExt : 
        grid : string * 
        order : int byref * 
        num_coef : int byref * 
        xo : float byref * 
        yo : float byref * 
        vm : CVM -> unit 
static member GridStatTrendExt : 
        grid : string * 
        order : int byref * 
        num_coef : int byref * 
        xo : float byref * 
        yo : float byref * 
        vm : CVM -> unit 
Parameters
- 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.GXNetCVM
 VM hold coefficient values MUST BE OF TYPE 'real'
 Remarks
RemarksTrend Info are returned in the parameter set
 See Also
See Also