 | 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
Syntaxpublic void LoadASCII(
CWA wa
)
public void LoadASCII(
CWA wa
)
Public Sub LoadASCII (
wa As CWA
)
Public Sub LoadASCII (
wa As CWA
)
public:
void LoadASCII(
CWA^ wa
)
public:
void LoadASCII(
CWA^ wa
)
member LoadASCII :
wa : CWA -> unit
member LoadASCII :
wa : CWA -> unit
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