Click or drag to resize

CTBSaveToAscii Method

Saves the data in a table to a file. The table header will be in ASCII and the data will be in ASCII format.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void SaveToAscii(
	string name
)

public void SaveToAscii(
	string name
)

Parameters

name
Type: SystemString
Name of File to save table into
See Also