Click or drag to resize
CGISLoadASCII Method
Save GIS attribute table information (string fields) into a WA.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
All string fields (excluding X/Y and numerical fields) will be saved into the WA columns. e field names are saved in the first line, followed by a blank line. e field columns are seperated by a tab (delimited character).
Syntax
public void LoadASCII(
	CWA oWA1
)

Parameters

oWA1
Type: GeoEngine.Core.GXNetCWA
WA object
See Also