Click or drag to resize
CIMUGridTiff Method
Generate a Tiff (Tagged-Image file format) file with up to 16 grids.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
The background colour can be either selected from one of 8 settings, or can be specified as a combination of Reg,Green, and Blue values.
Syntax
public static void GridTiff(
	string str1,
	string str2,
	string str3,
	int i4,
	int i5,
	int i6,
	double d7,
	int i8,
	double d9
)

Parameters

str1
Type: SystemString
Comma-delimited string containing names of all grids to use in Tiff generation Up to 16 grids allowed.
str2
Type: SystemString
Name of Tiff file to create
str3
Type: SystemString
Background colour option. One of W (White) K (Black) C (Cyan) M (Magenta) Y (Yellow) R (Red) G (Green) B (Blue)
i4
Type: SystemInt32
Background Red value (0-255)
i5
Type: SystemInt32
Background Green (0-255)
i6
Type: SystemInt32
Background Blue (0-255)
d7
Type: SystemDouble
New cell size
i8
Type: SystemInt32
Pixel size of registration marks
d9
Type: SystemDouble
Map Scale
See Also