 | CDUImportPico Method |
Import a Picodas data file.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static void ImportPico(
CGXNETCore gxNetShared,
CDB db,
string templ,
string data,
int chans
)
public static void ImportPico(
CGXNETCore gxNetShared,
CDB db,
string templ,
string data,
int chans
)
Public Shared Sub ImportPico (
gxNetShared As CGXNETCore,
db As CDB,
templ As String,
data As String,
chans As Integer
)
Public Shared Sub ImportPico (
gxNetShared As CGXNETCore,
db As CDB,
templ As String,
data As String,
chans As Integer
)
public:
static void ImportPico(
CGXNETCore^ gxNetShared,
CDB^ db,
String^ templ,
String^ data,
int chans
)
public:
static void ImportPico(
CGXNETCore^ gxNetShared,
CDB^ db,
String^ templ,
String^ data,
int chans
)
static member ImportPico :
gxNetShared : CGXNETCore *
db : CDB *
templ : string *
data : string *
chans : int -> unit
static member ImportPico :
gxNetShared : CGXNETCore *
db : CDB *
templ : string *
data : string *
chans : int -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - db
- Type: GeoEngine.Core.GXNetXCDB
Database - templ
- Type: SystemString
Template file name - data
- Type: SystemString
Data file name - chans
- Type: SystemInt32
Number of channels to import at one time
See Also