Click or drag to resize

CIMGCreateNewFile Method

Creates a new image file

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

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