Click or drag to resize

CGISLoadASCII Method

Save GIS attribute table information (string fields) into a WA.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void LoadASCII(
	CWA wa
)

public void LoadASCII(
	CWA wa
)

Parameters

wa
Type: GeoEngine.Core.GXNetXCWA
WA object
Remarks
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).
See Also