Click or drag to resize
CGUIIGetDATDefaults Method
Return the user default extension and qualifier for grids/images.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
The default grid/image filters are normally stored in "MONTAJ.DEFAULT_XGD_IN" and "MONTAJ.DEFAULT_XGD_OUT" If no filter is defined, or the filter is not found then "grd" and "GRD" are returned as the default extension and qualifier.
Syntax
public static void IGetDATDefaults(
	int i1,
	int i2,
	ref string str3,
	ref string str4
)

Parameters

i1
Type: SystemInt32
See DAT_TYPEConstant
i2
Type: SystemInt32
See FILE_FORMConstant
str3
Type: SystemString
Returned default extension (e.g. "grd")
str4
Type: SystemString
Returned default qualifier (e.g. "GRD")
See Also