 | CDUWriteWA Method |
Write data to an ASCII file.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static void WriteWA(
CGXNETCore gxNetShared,
CDB db,
int line,
CLST lst,
CWA wa
)
public static void WriteWA(
CGXNETCore gxNetShared,
CDB db,
int line,
CLST lst,
CWA wa
)
Public Shared Sub WriteWA (
gxNetShared As CGXNETCore,
db As CDB,
line As Integer,
lst As CLST,
wa As CWA
)
Public Shared Sub WriteWA (
gxNetShared As CGXNETCore,
db As CDB,
line As Integer,
lst As CLST,
wa As CWA
)
public:
static void WriteWA(
CGXNETCore^ gxNetShared,
CDB^ db,
int line,
CLST^ lst,
CWA^ wa
)
public:
static void WriteWA(
CGXNETCore^ gxNetShared,
CDB^ db,
int line,
CLST^ lst,
CWA^ wa
)
static member WriteWA :
gxNetShared : CGXNETCore *
db : CDB *
line : int *
lst : CLST *
wa : CWA -> unit
static member WriteWA :
gxNetShared : CGXNETCore *
db : CDB *
line : int *
lst : CLST *
wa : CWA -> unit
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
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