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

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
Statistics are returned in the parameter set
Syntax
public static void GridStatComp(
	CGXNETCore gxNetShared,
	string grid,
	ref int type,
	ref int xelem,
	ref int yelem,
	ref double xsep,
	ref double ysep,
	ref int kx,
	ref double x_orig,
	ref double y_orig,
	ref double rot,
	ref double base,
	ref double mult,
	ref double comp
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
grid
Type: SystemString
Name of the grid to get stats from
type
Type: SystemInt32
Element type: 0 - byte 1 - USHORT 2 - SHORT 3 - LONG 4 - FLOAT 5 - DOUBLE 6 - 32 byte Color (RGBx)
xelem
Type: SystemInt32
Elements in X direction
yelem
Type: SystemInt32
Elements in Y direction
xsep
Type: SystemDouble
X element separation
ysep
Type: SystemDouble
Y element separation
kx
Type: SystemInt32
KX (storage orientation)
x_orig
Type: SystemDouble
X origin
y_orig
Type: SystemDouble
Y origin
rot
Type: SystemDouble
Grid Rotation
base
Type: SystemDouble
Base removed
mult
Type: SystemDouble
Grid multiplier
comp
Type: SystemDouble
Compression Ratio
See Also