 | CIMUGridStatTrendExt Method |
Reports Extended Trend Info of a grid (for up to third order coefficients).
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void GridStatTrendExt(
CGXNETCore gxNetShared,
string grid,
ref int order,
ref int num_coef,
ref double xo,
ref double yo,
CVM vm
)
public static void GridStatTrendExt(
CGXNETCore gxNetShared,
string grid,
ref int order,
ref int num_coef,
ref double xo,
ref double yo,
CVM vm
)
Public Shared Sub GridStatTrendExt (
gxNetShared As CGXNETCore,
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 (
gxNetShared As CGXNETCore,
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(
CGXNETCore^ gxNetShared,
String^ grid,
int% order,
int% num_coef,
double% xo,
double% yo,
CVM^ vm
)
public:
static void GridStatTrendExt(
CGXNETCore^ gxNetShared,
String^ grid,
int% order,
int% num_coef,
double% xo,
double% yo,
CVM^ vm
)
static member GridStatTrendExt :
gxNetShared : CGXNETCore *
grid : string *
order : int byref *
num_coef : int byref *
xo : float byref *
yo : float byref *
vm : CVM -> unit
static member GridStatTrendExt :
gxNetShared : CGXNETCore *
grid : string *
order : int byref *
num_coef : int byref *
xo : float byref *
yo : float byref *
vm : CVM -> unit
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'
RemarksTrend Info are returned in the parameter set
See Also