Click or drag to resize
CWA Class
The WA class enables you to access and write data to ASCII files.
Inheritance Hierarchy

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public class CWA : CHANDLE

The CWA type exposes the following members.

Methods
  NameDescription
Public methodAvailable to anyoneStatic memberCreate
Creates an ASCII file to write to.
Public methodAvailable to anyoneStatic memberCreateEx
Creates an ASCII file to write to.
Public methodAvailable to anyoneStatic memberCreateSBF
Creates an ASCII file to write to in an SBF.
Public methodAvailable to anyoneStatic memberCreateSBFEx
Creates an ASCII file to write to in an SBF.
Protected methodDispose
Releases the unmanaged resources used by the CWA and optionally releases the managed resources
(Overrides CHANDLEDispose(Boolean).)
Public methodAvailable to anyoneNewLine
Forces a new line in the WA object.
Public methodAvailable to anyonePuts
Writes a string to the file.
Top
See Also