 | CDATCreateXGD Method |
Create a handle to a grid file DAT object
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static CDAT CreateXGD(
string name,
int mode
)
public static CDAT CreateXGD(
string name,
int mode
)
Public Shared Function CreateXGD (
name As String,
mode As Integer
) As CDAT
Public Shared Function CreateXGD (
name As String,
mode As Integer
) As CDAT
public:
static CDAT^ CreateXGD(
String^ name,
int mode
)
public:
static CDAT^ CreateXGD(
String^ name,
int mode
)
static member CreateXGD :
name : string *
mode : int -> CDAT
static member CreateXGD :
name : string *
mode : int -> CDAT
Parameters
- name
- Type: SystemString
Name of grid file to associate DAT with - mode
- Type: SystemInt32
<define>DAT_XGD</define>
Return Value
Type:
CDATDAT Object
See Also