 | CIMUGridStatTrend Method |
Reports Trend Info of a grid (for first order coefficients only).
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void GridStatTrend(
CGXNETCore gxNetShared,
string grid,
ref int trend_valid,
ref double co,
ref double cx,
ref double cy
)
public static void GridStatTrend(
CGXNETCore gxNetShared,
string grid,
ref int trend_valid,
ref double co,
ref double cx,
ref double cy
)
Public Shared Sub GridStatTrend (
gxNetShared As CGXNETCore,
grid As String,
ByRef trend_valid As Integer,
ByRef co As Double,
ByRef cx As Double,
ByRef cy As Double
)
Public Shared Sub GridStatTrend (
gxNetShared As CGXNETCore,
grid As String,
ByRef trend_valid As Integer,
ByRef co As Double,
ByRef cx As Double,
ByRef cy As Double
)
public:
static void GridStatTrend(
CGXNETCore^ gxNetShared,
String^ grid,
int% trend_valid,
double% co,
double% cx,
double% cy
)
public:
static void GridStatTrend(
CGXNETCore^ gxNetShared,
String^ grid,
int% trend_valid,
double% co,
double% cx,
double% cy
)
static member GridStatTrend :
gxNetShared : CGXNETCore *
grid : string *
trend_valid : int byref *
co : float byref *
cx : float byref *
cy : float byref -> unit
static member GridStatTrend :
gxNetShared : CGXNETCore *
grid : string *
trend_valid : int byref *
co : float byref *
cx : float byref *
cy : float byref -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - 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