Click or drag to resize

CDULoadGravityCG6ToLine Method

Load a CG-6 gravity survey file. Specify the name of the output line

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void LoadGravityCG6ToLine(
	CDB db,
	string data,
	string line
)

public static void LoadGravityCG6ToLine(
	CDB db,
	string data,
	string line
)

Parameters

db
Type: GeoEngine.Core.GXNetCDB
Database
data
Type: SystemString
Gravity data file
line
Type: SystemString
line name - can be empty in which case it will create a line name from the input file name
Remarks
Has its own format - space-delimited columns of data
See Also