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.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.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.GXH.
Syntax
public static void GridST(
	string str1,
	CST oST2
)

Parameters

str1
Type: SystemString
grid name
oST2
Type: GeoEngine.Core.GXNetCST
ST (statistics) object to fill/update
See Also