Click or drag to resize
CIMGCreateNewFile Method
Creates a new image file

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public static CIMG CreateNewFile(
	CGXNETCore gxNetShared,
	int type,
	int kx,
	int width,
	int height,
	string grid
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
type
Type: SystemInt32
Data type, <define>GS_TYPES</define> Cannot be <define>GS_TYPE_DEFAULT</define>
kx
Type: SystemInt32
Grid orientation (KX): 1 (rows in X) -1 (rows in Y)
width
Type: SystemInt32
Grid width
height
Type: SystemInt32
Grid height
grid
Type: SystemString
Name of the Grid to link to

Return Value

Type: CIMG
IMG object
See Also