 | CSEMPLOTIImportAsciiWizard Method (String, String, String, Int32) |
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,
int size
)
public static void IImportAsciiWizard(
string name,
string temp,
ref string anomaly,
int size
)
Public Shared Sub IImportAsciiWizard (
name As String,
temp As String,
ByRef anomaly As String,
size As Integer
)
Public Shared Sub IImportAsciiWizard (
name As String,
temp As String,
ByRef anomaly As String,
size As Integer
)
public:
static void IImportAsciiWizard(
String^ name,
String^ temp,
String^% anomaly,
int size
)
public:
static void IImportAsciiWizard(
String^ name,
String^ temp,
String^% anomaly,
int size
)
static member IImportAsciiWizard :
name : string *
temp : string *
anomaly : string byref *
size : int -> unit
static member IImportAsciiWizard :
name : string *
temp : string *
anomaly : string byref *
size : int -> unit
Parameters
- name
- Type: SystemString
Data file name - temp
- Type: SystemString
Template to make - anomaly
- Type: SystemString
Anomaly name (can be "") - size
- Type: SystemInt32
Buffer size
Remarks
If the anomaly name is not included, then
the input data must have an "Anom_Name" field.
See Also