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.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public class CWA : CHANDLE

public class CWA : CHANDLE

The CWA type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreate
Creates an ASCII file to write to.
Public methodStatic memberCreateEx
Creates an ASCII file to write to.
Public methodStatic memberCreateSBF
Creates an ASCII file to write to in an SBF.
Public methodStatic 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 methodNewLine
Forces a new line in the WA object.
Public methodPuts
Writes a string to the file.
Top
See Also