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.

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
public static void ScanPico(
	CGXNETCore gxNetShared,
	string data,
	string templ
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
data
Type: SystemString
Data file Name
templ
Type: SystemString
Template file name to Create
See Also