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

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.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 separated by a tab (delimited character).
Syntax
public void LoadASCII(
	CWA wa
)

Parameters

wa
Type: GeoEngine.Core.GXNetXCWA
WA object
See Also