Click or drag to resize
CGUDipoleMag Method
Calculate a dipole magnetic field into XYZ file

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public static void DipoleMag(
	string str1,
	double d2,
	double d3,
	int i4,
	int i5,
	double d6,
	double d7
)

Parameters

str1
Type: SystemString
sXYZ
d2
Type: SystemDouble
rDepth
d3
Type: SystemDouble
rInc
i4
Type: SystemInt32
iNX
i5
Type: SystemInt32
iNY
d6
Type: SystemDouble
rDX
d7
Type: SystemDouble
rDY
See Also