 | CSEMPLOTIImportAsciiWizard Method (CGXNETCore, String, String, String, Int32) |
Generate a SEMPLOT ASCII import template.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static void IImportAsciiWizard(
CGXNETCore gxNetShared,
string name,
string temp,
ref string anomaly,
int size
)
public static void IImportAsciiWizard(
CGXNETCore gxNetShared,
string name,
string temp,
ref string anomaly,
int size
)
Public Shared Sub IImportAsciiWizard (
gxNetShared As CGXNETCore,
name As String,
temp As String,
ByRef anomaly As String,
size As Integer
)
Public Shared Sub IImportAsciiWizard (
gxNetShared As CGXNETCore,
name As String,
temp As String,
ByRef anomaly As String,
size As Integer
)
public:
static void IImportAsciiWizard(
CGXNETCore^ gxNetShared,
String^ name,
String^ temp,
String^% anomaly,
int size
)
public:
static void IImportAsciiWizard(
CGXNETCore^ gxNetShared,
String^ name,
String^ temp,
String^% anomaly,
int size
)
static member IImportAsciiWizard :
gxNetShared : CGXNETCore *
name : string *
temp : string *
anomaly : string byref *
size : int -> unit
static member IImportAsciiWizard :
gxNetShared : CGXNETCore *
name : string *
temp : string *
anomaly : string byref *
size : int -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - 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