 | CDUScanPico Method |
This method scans a picodas file and generates a default
template listing all the channels and all the ALIAS lines.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static void ScanPico(
CGXNETCore gxNetShared,
string data,
string templ
)
public static void ScanPico(
CGXNETCore gxNetShared,
string data,
string templ
)
Public Shared Sub ScanPico (
gxNetShared As CGXNETCore,
data As String,
templ As String
)
Public Shared Sub ScanPico (
gxNetShared As CGXNETCore,
data As String,
templ As String
)
public:
static void ScanPico(
CGXNETCore^ gxNetShared,
String^ data,
String^ templ
)
public:
static void ScanPico(
CGXNETCore^ gxNetShared,
String^ data,
String^ templ
)
static member ScanPico :
gxNetShared : CGXNETCore *
data : string *
templ : string -> unit
static member ScanPico :
gxNetShared : CGXNETCore *
data : string *
templ : string -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - data
- Type: SystemString
Data file Name - templ
- Type: SystemString
Template file name to Create
See Also