 | CGUIIGetDATDefaults Method (Int32, Int32, String, String) |
Return the user default extension and qualifier for grids/images.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void IGetDATDefaults(
int flags,
int open,
ref string ext,
ref string qual
)
public static void IGetDATDefaults(
int flags,
int open,
ref string ext,
ref string qual
)
Public Shared Sub IGetDATDefaults (
flags As Integer,
open As Integer,
ByRef ext As String,
ByRef qual As String
)
Public Shared Sub IGetDATDefaults (
flags As Integer,
open As Integer,
ByRef ext As String,
ByRef qual As String
)
public:
static void IGetDATDefaults(
int flags,
int open,
String^% ext,
String^% qual
)
public:
static void IGetDATDefaults(
int flags,
int open,
String^% ext,
String^% qual
)
static member IGetDATDefaults :
flags : int *
open : int *
ext : string byref *
qual : string byref -> unit
static member IGetDATDefaults :
flags : int *
open : int *
ext : string byref *
qual : string byref -> unit
Parameters
- flags
- Type: SystemInt32
<define>DAT_TYPE</define> - open
- Type: SystemInt32
<define>FILE_FORM</define> - ext
- Type: SystemString
Returned default extension (e.g. "grd") - qual
- Type: SystemString
Returned default qualifier (e.g. "GRD")
Remarks
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.
See Also