 | CGUDipoleMag Method |
Calculate a dipole magnetic field into XYZ file
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void DipoleMag(
string xyz_file,
double depth,
double inc,
int nx,
int ny,
double dx,
double dy
)
public static void DipoleMag(
string xyz_file,
double depth,
double inc,
int nx,
int ny,
double dx,
double dy
)
Public Shared Sub DipoleMag (
xyz_file As String,
depth As Double,
inc As Double,
nx As Integer,
ny As Integer,
dx As Double,
dy As Double
)
Public Shared Sub DipoleMag (
xyz_file As String,
depth As Double,
inc As Double,
nx As Integer,
ny As Integer,
dx As Double,
dy As Double
)
public:
static void DipoleMag(
String^ xyz_file,
double depth,
double inc,
int nx,
int ny,
double dx,
double dy
)
public:
static void DipoleMag(
String^ xyz_file,
double depth,
double inc,
int nx,
int ny,
double dx,
double dy
)
static member DipoleMag :
xyz_file : string *
depth : float *
inc : float *
nx : int *
ny : int *
dx : float *
dy : float -> unit
static member DipoleMag :
xyz_file : string *
depth : float *
inc : float *
nx : int *
ny : int *
dx : float *
dy : float -> unit
Parameters
- 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