Click or drag to resize
CDUImportPico Method
Import a Picodas data file.

Available since Oasis montaj version: 5.0.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public static void ImportPico(
	CDB oDB1,
	string str2,
	string str3,
	int i4
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database
str2
Type: SystemString
template file name
str3
Type: SystemString
data file name
i4
Type: SystemInt32
Number of channels to import at one time
See Also