Click or drag to resize
CSEMPLOTIImportAsciiWizard Method (CGXNETCore, String, String, String, Int32)
Generate a SEMPLOT ASCII import template.

Available since Oasis montaj version: 6.3
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
If the anomaly name is not included, then the input data must have an "Anom_Name" field.
Syntax
public static void IImportAsciiWizard(
	CGXNETCore gxNetShared,
	string name,
	string temp,
	ref string anomaly,
	int size
)

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
See Also