Click or drag to resize

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
Syntax
public static CDAT CreateXGD(
	string name,
	int mode
)

public static CDAT CreateXGD(
	string name,
	int mode
)

Parameters

name
Type: SystemString
Name of grid file to associate DAT with
mode
Type: SystemInt32
<define>DAT_XGD</define>

Return Value

Type: CDAT
DAT Object
See Also