Click or drag to resize
CDUImportXYZ2 Method
Import XYZ data into the database.

Available since Oasis montaj version: 5.1.6
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
1. The import template can be in the local directory or the GEOSOFT directory. The import data file must include the path if it is not in the local directory. 2. Both the import template and data file must exist.
Syntax
public static void ImportXYZ2(
	CDB oDB1,
	int i2,
	string str3,
	string str4,
	CWA oWA5
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database
i2
Type: SystemInt32
See DU_IMPORTConstant
str3
Type: SystemString
import data file name
str4
Type: SystemString
import template name
oWA5
Type: GeoEngine.Core.GXNetCWA
WA
See Also