Click or drag to resize
CGUScanDAARC500Serial Method
Scan Serial 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 which of the 8 serial channels were used to store data.
Syntax
public static void ScanDAARC500Serial(
	CGXNETCore gxNetShared,
	string file,
	CVV vv_type,
	CVV vv_items
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
file
Type: SystemString
File to import
vv_type
Type: GeoEngine.Core.GXNetXCVV
8 Recognized types - <define>GS_LONG</define>
vv_items
Type: GeoEngine.Core.GXNetXCVV
8 Numbers of items - <define>GS_LONG</define>
See Also