 | CIMUGridStatTrend Method |
Reports Trend Info of a grid (for first order coefficients only).
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void GridStatTrend(
string grid,
ref int trend_valid,
ref double co,
ref double cx,
ref double cy
)
public static void GridStatTrend(
string grid,
ref int trend_valid,
ref double co,
ref double cx,
ref double cy
)
Public Shared Sub GridStatTrend (
grid As String,
ByRef trend_valid As Integer,
ByRef co As Double,
ByRef cx As Double,
ByRef cy As Double
)
Public Shared Sub GridStatTrend (
grid As String,
ByRef trend_valid As Integer,
ByRef co As Double,
ByRef cx As Double,
ByRef cy As Double
)
public:
static void GridStatTrend(
String^ grid,
int% trend_valid,
double% co,
double% cx,
double% cy
)
public:
static void GridStatTrend(
String^ grid,
int% trend_valid,
double% co,
double% cx,
double% cy
)
static member GridStatTrend :
grid : string *
trend_valid : int byref *
co : float byref *
cx : float byref *
cy : float byref -> unit
static member GridStatTrend :
grid : string *
trend_valid : int byref *
co : float byref *
cx : float byref *
cy : float byref -> unit
Parameters
- grid
- Type: SystemString
Name of the grid to get stats from - trend_valid
- Type: SystemInt32
Trend Valid Flag - co
- Type: SystemDouble
Trend coefficient rCo - cx
- Type: SystemDouble
Trend coefficient rCx - cy
- Type: SystemDouble
Trend coefficient rCy
RemarksTrend Info are returned in the parameter set
See Also