Click or drag to resize

CSEMPLOTiCreateASCIITemplate Method

: Generate ASCII import template automatically

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static int iCreateASCIITemplate(
	string name,
	string temp
)

public static int iCreateASCIITemplate(
	string name,
	string temp
)

Parameters

name
Type: SystemString
Data file name
temp
Type: SystemString
Template to make

Return Value

Type: Int32
1 if it succeeds in creating a Template. 0 if it fails.
See Also