Click or drag to resize
CIMGCreateMem Method
Creates an IMG object that is backed only by memory.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
Once destroyed all the data is lost. This is temporary.
Syntax
public static CIMG CreateMem(
	CGXNETCore gxNetShared,
	int type,
	int kx,
	int width,
	int height
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
type
Type: SystemInt32
Data type, <define>GS_TYPES</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

Return Value

Type: CIMG
IMG object
See Also