 | CSEMPLOTIImportAsciiWizard Method (CGXNETCore, String, String, String) |
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
)
public static void IImportAsciiWizard(
CGXNETCore gxNetShared,
string name,
string temp,
ref string anomaly
)
Public Shared Sub IImportAsciiWizard (
gxNetShared As CGXNETCore,
name As String,
temp As String,
ByRef anomaly As String
)
Public Shared Sub IImportAsciiWizard (
gxNetShared As CGXNETCore,
name As String,
temp As String,
ByRef anomaly As String
)
public:
static void IImportAsciiWizard(
CGXNETCore^ gxNetShared,
String^ name,
String^ temp,
String^% anomaly
)
public:
static void IImportAsciiWizard(
CGXNETCore^ gxNetShared,
String^ name,
String^ temp,
String^% anomaly
)
static member IImportAsciiWizard :
gxNetShared : CGXNETCore *
name : string *
temp : string *
anomaly : string byref -> unit
static member IImportAsciiWizard :
gxNetShared : CGXNETCore *
name : string *
temp : string *
anomaly : string byref -> 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 "")
Remarks
If the anomaly name is not included, then
the input data must have an "Anom_Name" field.
See Also