 | 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
Syntaxpublic static void WriteWA(
CDB db,
int line,
CLST lst,
CWA wa
)
public static void WriteWA(
CDB db,
int line,
CLST lst,
CWA wa
)
Public Shared Sub WriteWA (
db As CDB,
line As Integer,
lst As CLST,
wa As CWA
)
Public Shared Sub WriteWA (
db As CDB,
line As Integer,
lst As CLST,
wa As CWA
)
public:
static void WriteWA(
CDB^ db,
int line,
CLST^ lst,
CWA^ wa
)
public:
static void WriteWA(
CDB^ db,
int line,
CLST^ lst,
CWA^ wa
)
static member WriteWA :
db : CDB *
line : int *
lst : CLST *
wa : CWA -> unit
static member WriteWA :
db : CDB *
line : int *
lst : CLST *
wa : CWA -> unit
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