 | CDUImportBIN4 Method |
Same as ImportBIN2_DU but with an import mode
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void ImportBIN4(
CDB db,
int mode,
string data,
string templ,
string line,
int flight,
double date,
CWA wa
)
public static void ImportBIN4(
CDB db,
int mode,
string data,
string templ,
string line,
int flight,
double date,
CWA wa
)
Public Shared Sub ImportBIN4 (
db As CDB,
mode As Integer,
data As String,
templ As String,
line As String,
flight As Integer,
date As Double,
wa As CWA
)
Public Shared Sub ImportBIN4 (
db As CDB,
mode As Integer,
data As String,
templ As String,
line As String,
flight As Integer,
date As Double,
wa As CWA
)
public:
static void ImportBIN4(
CDB^ db,
int mode,
String^ data,
String^ templ,
String^ line,
int flight,
double date,
CWA^ wa
)
public:
static void ImportBIN4(
CDB^ db,
int mode,
String^ data,
String^ templ,
String^ line,
int flight,
double date,
CWA^ wa
)
static member ImportBIN4 :
db : CDB *
mode : int *
data : string *
templ : string *
line : string *
flight : int *
date : float *
wa : CWA -> unit
static member ImportBIN4 :
db : CDB *
mode : int *
data : string *
templ : string *
line : string *
flight : int *
date : float *
wa : CWA -> unit
Parameters
- db
- Type: GeoEngine.Core.GXNetCDB
Database - mode
- Type: SystemInt32
<define>DU_IMPORT</define> - data
- Type: SystemString
Import data file name - templ
- Type: SystemString
Import template name - line
- Type: SystemString
Optional Line name (see note 3.) - flight
- Type: SystemInt32
Optional Flight number - date
- Type: SystemDouble
Optional date - wa
- Type: GeoEngine.Core.GXNetCWA
RemarksSame as ImportBIN2_DU but with an import mode
See Also