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

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

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
type
Type: SystemInt32
Data type, <define>GS_TYPES</define> or <define>GS_TYPE_DEFAULT</define>
grid
Type: SystemString
Name of the Grid to link to
img
Type: GeoEngine.Core.GXNetXCIMG
Input Image for new image creation

Return Value

Type: CIMG
IMG object
See Also