Click or drag to resize

CDUScanPico Method

This method scans a picodas file and generates a default template listing all the channels and all the ALIAS lines.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void ScanPico(
	string data,
	string templ
)

public static void ScanPico(
	string data,
	string templ
)

Parameters

data
Type: SystemString
Data file Name
templ
Type: SystemString
Template file name to Create
See Also