Click or drag to resize
CIMGCreateOutFile Method
Creates an output image file using input image info.

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
When the GS_DOUBLE data type is chosen the actual on-disk type of the input image will be used instead of GS_DOUBLE if the on-disk values represent colour data as opposed to real numbers.
Syntax
public static CIMG CreateOutFile(
	int i1,
	string str2,
	CIMG oIMG3
)

Parameters

i1
Type: SystemInt32
Data type, GS_TYPESConstant or GS_TYPE_DEFAULT
str2
Type: SystemString
Name of the Grid to link to
oIMG3
Type: GeoEngine.Core.GXNetCIMG
Input Image for new image creation

Return Value

Type: CIMG
IMG Object
See Also