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
License: Available to anyone.  

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

Parameters

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