Click or drag to resize

CSEMPLOTIImportAsciiWizard Method (String, String, String)

Generate a SEMPLOT ASCII import template.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void IImportAsciiWizard(
	string name,
	string temp,
	ref string anomaly
)

public static void IImportAsciiWizard(
	string name,
	string temp,
	ref string anomaly
)

Parameters

name
Type: SystemString
Data file name
temp
Type: SystemString
Template to make
anomaly
Type: SystemString
Anomaly name (can be "")
Remarks
If the anomaly name is not included, then the input data must have an "Anom_Name" field.
See Also