Click or drag to resize
CDUWriteWA Method
Write data to an ASCII file.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Channels to be written should be placed in a LST object. Channels are written in the order of the list. Only the channel names in the list are used. Data is formated as in the channel definition and channels are separated by a single space character.
Syntax
public static void WriteWA(
	CDB oDB1,
	int i2,
	CLST oLST3,
	CWA oWA4
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
database
i2
Type: SystemInt32
line symbol
oLST3
Type: GeoEngine.Core.GXNetCLST
list of channel names to write
oWA4
Type: GeoEngine.Core.GXNetCWA
WA to write to
See Also