Click or drag to resize
CDUImportAsegProj Method
Import an ASEG-GDF data file (supports projections).

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
This version supports projections
Syntax
public static void ImportAsegProj(
	CDB oDB1,
	string str2,
	string str3,
	string str4,
	string str5,
	int i6,
	string str7,
	string str8,
	string str9
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database
str2
Type: SystemString
template file name
str3
Type: SystemString
header file name
str4
Type: SystemString
data file name
str5
Type: SystemString
Flight Line Channel name
i6
Type: SystemInt32
Number of channels to import at one time
str7
Type: SystemString
projection file name
str8
Type: SystemString
Channel pair to associate projection
str9
Type: SystemString
Channel pair to associate projection
See Also