Click or drag to resize

CDUWriteWA Method

Write data to an ASCII file.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void WriteWA(
	CDB db,
	int line,
	CLST lst,
	CWA wa
)

public static void WriteWA(
	CDB db,
	int line,
	CLST lst,
	CWA wa
)

Parameters

db
Type: GeoEngine.Core.GXNetCDB
Database
line
Type: SystemInt32
Line symbol
lst
Type: GeoEngine.Core.GXNetCLST
List of channel names to write
wa
Type: GeoEngine.Core.GXNetCWA
WA to write to
Remarks
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.
See Also