Click or drag to resize
CGUGeometrics2DB Method
Convert a Geometrics STN file to a database.

Available since Oasis montaj version: 5.0.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Assumes that the database is new and empty. If not, existing channels with names X, Y, Mag1, Mag2, Time, Date, and Mark will deleted and then created. Existing lines will be erased and then created if they are the same as the new ones.
Syntax
public static void Geometrics2DB(
	CDB oDB1,
	CRA oRA2,
	CWA oWA3,
	int i4,
	int i5,
	int i6,
	int i7,
	double d8,
	double d9,
	double d10,
	double d11
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
DB handle
oRA2
Type: GeoEngine.Core.GXNetCRA
RA handle, STN file
oWA3
Type: GeoEngine.Core.GXNetCWA
Log file WA handle
i4
Type: SystemInt32
Simple mode (1) or Mapped mode (2)
i5
Type: SystemInt32
Survey line orientation: North-south - 0 East-west - 1
i6
Type: SystemInt32
Starting survey position: SW - 0, NW - 1, SE - 2, NE - 3,
i7
Type: SystemInt32
Bidirectional (0) or Unidirectional (1)
d8
Type: SystemDouble
Starting position X
d9
Type: SystemDouble
Starting position Y
d10
Type: SystemDouble
Mark spacing
d11
Type: SystemDouble
Line spacing
See Also