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

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.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(
	CGXNETCore gxNetShared,
	CDB db,
	int line,
	CLST lst,
	CWA wa
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
Database
line
Type: SystemInt32
Line symbol
lst
Type: GeoEngine.Core.GXNetXCLST
List of channel names to write
wa
Type: GeoEngine.Core.GXNetXCWA
WA to write to
See Also