 | CIMUGridST Method |
Update an ST object using a grid.
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void GridST(
string grid,
CST st
)
public static void GridST(
string grid,
CST st
)
Public Shared Sub GridST (
grid As String,
st As CST
)
Public Shared Sub GridST (
grid As String,
st As CST
)
public:
static void GridST(
String^ grid,
CST^ st
)
public:
static void GridST(
String^ grid,
CST^ st
)
static member GridST :
grid : string *
st : CST -> unit
static member GridST :
grid : string *
st : CST -> unit
Parameters
- grid
- Type: SystemString
Grid name - st
- Type: GeoEngine.Core.GXNetCST
ST (statistics) object to fill/update
Remarks
The input ST object is not initialized by GridST_IMU,
so this function can be used to accumulate statistical
info on more than a single grid.
See ST.
See Also