 | 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
Syntaxpublic 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
)
Public Shared Function CreateNewFile (
gxNetShared As CGXNETCore,
type As Integer,
kx As Integer,
width As Integer,
height As Integer,
grid As String
) As CIMG
Public Shared Function CreateNewFile (
gxNetShared As CGXNETCore,
type As Integer,
kx As Integer,
width As Integer,
height As Integer,
grid As String
) As CIMG
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
)
static member CreateNewFile :
gxNetShared : CGXNETCore *
type : int *
kx : int *
width : int *
height : int *
grid : string -> CIMG
static member CreateNewFile :
gxNetShared : CGXNETCore *
type : int *
kx : int *
width : int *
height : int *
grid : string -> CIMG
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:
CIMGIMG object
See Also