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.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public void SaveToAscii(
	string str1
)

Parameters

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