Click or drag to resize

CDUImportAsegProj Method

Import an ASEG-GDF data file (supports projections).

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void ImportAsegProj(
	CDB db,
	string templ,
	string file,
	string data,
	string flc,
	int chans,
	string proj,
	string x_ch,
	string y_ch
)

public static void ImportAsegProj(
	CDB db,
	string templ,
	string file,
	string data,
	string flc,
	int chans,
	string proj,
	string x_ch,
	string y_ch
)

Parameters

db
Type: GeoEngine.Core.GXNetCDB
Database
templ
Type: SystemString
Template file name
file
Type: SystemString
Header file name
data
Type: SystemString
Data file name
flc
Type: SystemString
Flight Line Channel name
chans
Type: SystemInt32
Number of channels to import at one time
proj
Type: SystemString
Projection file name
x_ch
Type: SystemString
Channel pair to associate projection
y_ch
Type: SystemString
Channel pair to associate projection
Remarks
This version supports projections
See Also