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.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static void ScanAseg(
	CGXNETCore gxNetShared,
	string file,
	string data,
	string flc,
	string templ
)

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

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
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