Click or drag to resize
CDATCreateXGD Method
Create a handle to a grid file DAT object

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public static CDAT CreateXGD(
	CGXNETCore gxNetShared,
	string name,
	int mode
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
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