Click or drag to resize
CIMUGridStatComp 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 GridStatComp(
	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,
	ref double d13
)

Parameters

str1
Type: SystemString
Name of the grid to get stats from
i2
Type: SystemInt32
Element type: 0 - byte 1 - USHORT 2 - SHORT 3 - LONG 4 - FLOAT 5 - DOUBLE 6 - 32 byte Colour (RGBx)
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
d13
Type: SystemDouble
Compression Ratio
See Also