Click or drag to resize
CDUExportSHP Method
Export to a shape file or files.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Similar to ExportMDB_DU, with the addition that groups go to indiviual files with group name suffixes, and lines go to a single file, or multiple files with line name suffixes, based on the value of DU_LINEOUT.
Syntax
public static void ExportSHP(
	CDB oDB1,
	string str2,
	CVV oVV3,
	int i4,
	int i5,
	string str6,
	CLST oLST7
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database
str2
Type: SystemString
Current line
oVV3
Type: GeoEngine.Core.GXNetCVV
Displayed channels
i4
Type: SystemInt32
See DU_CHANNELSConstant
i5
Type: SystemInt32
See DU_LINEOUTConstant
str6
Type: SystemString
export shape file name or base filename (shp assumed if no extension given)
oLST7
Type: GeoEngine.Core.GXNetCLST
LST object will be filled with shape files created
See Also