Click or drag to resize
CGUScanDAARC500Ethernet Method
Scan Ethernet data from the RMS Instruments DAARC500.

Available since Oasis montaj version: 7.2
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
Scans the file to see what data type is in the Ethernet file. Currently only detects GR820 types.
Syntax
public static void ScanDAARC500Ethernet(
	CGXNETCore gxNetShared,
	string file,
	ref int type,
	ref int items
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
file
Type: SystemString
File to import
type
Type: SystemInt32
Recognized type
items
Type: SystemInt32
Number of items
See Also