Click or drag to resize
CWACreateEx Method
Creates an ASCII file to write to.

Available since Oasis montaj version: 6.2
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
Before version 6.2. text in on the GX API level were handled as characters in the current ANSI code page defining how characters above ASCII 127 would be displayed. 6.2. introduced Unicode in the core montaj engine that greatly increased the number of symbols that can be used. The <define>WA_ENCODE</define> constants were introduce that controls how text are written to files on disk with the WA class.
Syntax
public static CWA CreateEx(
	CGXNETCore gxNetShared,
	string file,
	int append,
	int encode
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
file
Type: SystemString
Name of the File
append
Type: SystemInt32
<define>WA_OPEN</define>
encode
Type: SystemInt32
<define>WA_ENCODE</define>

Return Value

Type: CWA
WA Handle
See Also