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

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.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 <define>DU_LINEOUT</define>.
Syntax
public static void ExportSHP(
	CGXNETCore gxNetShared,
	CDB db,
	string cur_line,
	CVV chan_vv,
	int chan,
	int single,
	string data,
	CLST lst
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
Database
cur_line
Type: SystemString
Current line
chan_vv
Type: GeoEngine.Core.GXNetXCVV
Displayed channels
chan
Type: SystemInt32
<define>DU_CHANNELS</define>
single
Type: SystemInt32
<define>DU_LINEOUT</define>
data
Type: SystemString
Export shape file name or base filename (shp assumed if no extension given)
lst
Type: GeoEngine.Core.GXNetXCLST
LST object will be filled with shape files created
See Also