 | 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
Syntaxpublic static void IImportAsciiWizard(
string name,
string temp,
ref string anomaly
)
public static void IImportAsciiWizard(
string name,
string temp,
ref string anomaly
)
Public Shared Sub IImportAsciiWizard (
name As String,
temp As String,
ByRef anomaly As String
)
Public Shared Sub IImportAsciiWizard (
name As String,
temp As String,
ByRef anomaly As String
)
public:
static void IImportAsciiWizard(
String^ name,
String^ temp,
String^% anomaly
)
public:
static void IImportAsciiWizard(
String^ name,
String^ temp,
String^% anomaly
)
static member IImportAsciiWizard :
name : string *
temp : string *
anomaly : string byref -> unit
static member IImportAsciiWizard :
name : string *
temp : string *
anomaly : string byref -> unit
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