Click or drag to resize

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
Syntax
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
)

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