Click or drag to resize

CGUScanDAARC500Ethernet Method

Scan Ethernet data from the RMS Instruments DAARC500.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static void ScanDAARC500Ethernet(
	CGXNETCore gxNetShared,
	string file,
	ref int type,
	ref int items
)

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
Remarks
Scans the file to see what data type is in the Ethernet file. Currently only detects GR820 types.
See Also