Click or drag to resize
CIMUGridST Method
Update an ST object using a grid.

Available since Oasis montaj version: 5.1.2
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
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.
Syntax
public static void GridST(
	CGXNETCore gxNetShared,
	string grid,
	CST st
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
grid
Type: SystemString
Grid name
st
Type: GeoEngine.Core.GXNetXCST
ST (statistics) object to fill/update
See Also