Click or drag to resize
CIMGCreateFile Method
Creates an Image object tied to a grid file.

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 CreateFile(
	int i1,
	string str2,
	int i3
)

Parameters

i1
Type: SystemInt32
Data type, GS_TYPESConstant or GS_TYPE_DEFAULT to use native DAT type.
str2
Type: SystemString
Name of the Grid to link to
i3
Type: SystemInt32
Grid File Open Mode IMG_FILEConstant

Return Value

Type: CIMG
IMG Object
See Also