Click or drag to resize
CIMUGridStat Method
Reports statistics contained in a grid header.

Available since Oasis montaj version: 5.0.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Statistics are returned in the parameter set
Syntax
public static void GridStat(
	string str1,
	ref int i2,
	ref int i3,
	ref int i4,
	ref double d5,
	ref double d6,
	ref int i7,
	ref double d8,
	ref double d9,
	ref double d10,
	ref double d11,
	ref double d12
)

Parameters

str1
Type: SystemString
Name of the grid to get stats from
i2
Type: SystemInt32
Element type in bytes
i3
Type: SystemInt32
Elements in X direction
i4
Type: SystemInt32
Elements in Y direction
d5
Type: SystemDouble
X element separation
d6
Type: SystemDouble
Y element separation
i7
Type: SystemInt32
KX (storage orientation)
d8
Type: SystemDouble
X origin
d9
Type: SystemDouble
Y origin
d10
Type: SystemDouble
Grid Rotation
d11
Type: SystemDouble
Base removed
d12
Type: SystemDouble
Grid multiplier
See Also