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.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
public static void DipoleMag(
	CGXNETCore gxNetShared,
	string xyz_file,
	double depth,
	double inc,
	int nx,
	int ny,
	double dx,
	double dy
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
xyz_file
Type: SystemString
sXYZ
depth
Type: SystemDouble
rDepth
inc
Type: SystemDouble
rInc
nx
Type: SystemInt32
iNX
ny
Type: SystemInt32
iNY
dx
Type: SystemDouble
rDX
dy
Type: SystemDouble
rDY
See Also