Click or drag to resize

CDUScanAseg Method

This method scans an ASEG-GDF 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 ScanAseg(
	string file,
	string data,
	string flc,
	string templ
)

public static void ScanAseg(
	string file,
	string data,
	string flc,
	string templ
)

Parameters

file
Type: SystemString
Header file name
data
Type: SystemString
Data file name
flc
Type: SystemString
Flight Line Channel name
templ
Type: SystemString
Template file name to Create
See Also