Click or drag to resize
CGUImportDAARC500Ethernet Method
Import 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
Imports Ethernet data recorded by the RMS Instruments DAARC500 instrument, and outputs the data to a new binary file, returning the number of bytes per block, to make it easier to import the data using the regular binary import.
Syntax
public static void ImportDAARC500Ethernet(
	CGXNETCore gxNetShared,
	string file,
	string output,
	ref int bytes
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
file
Type: SystemString
File to import
output
Type: SystemString
Output binary file
bytes
Type: SystemInt32
Returned number of bytes per block
See Also