Click or drag to resize
CEUL3ExEulerCalc Method
Does the exeuler depth calculations

Available since Oasis montaj version: 9.0.0
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public static int ExEulerCalc(
	int i1,
	double d2,
	int i3,
	double d4,
	double d5,
	double d6,
	double d7,
	double d8,
	double d9,
	double d10,
	int i11,
	CVV oVV12,
	CVV oVV13,
	CVV oVV14,
	CVV oVV15,
	int i16,
	CVV oVV17,
	CVV oVV18,
	CVV oVV19,
	CVV oVV20
)

Parameters

i1
Type: SystemInt32
Solution type flag (0 for contacts, 1 for dykes)
d2
Type: SystemDouble
Structural index value (used only when generating dykes)
i3
Type: SystemInt32
Window length
d4
Type: SystemDouble
Field strength in nT
d5
Type: SystemDouble
Inclination
d6
Type: SystemDouble
Declination
d7
Type: SystemDouble
Profile azimuth wrt north
d8
Type: SystemDouble
Minimum depth for returned solutions
d9
Type: SystemDouble
Maximum depth for returned solutions
d10
Type: SystemDouble
Percentage error allowed before rejection
i11
Type: SystemInt32
Number of points in profile
oVV12
Type: GeoEngine.Core.GXNetCVV
Array of point distances along profile
oVV13
Type: GeoEngine.Core.GXNetCVV
Array of observed values
oVV14
Type: GeoEngine.Core.GXNetCVV
Array of horizontal derivative values. Can be NULL for calculated
oVV15
Type: GeoEngine.Core.GXNetCVV
Array of vertical derivative values. Can be NULL for calculated
i16
Type: SystemInt32
Length of solutions arrays passed in
oVV17
Type: GeoEngine.Core.GXNetCVV
The profile distance for each solution
oVV18
Type: GeoEngine.Core.GXNetCVV
The depth for each solution
oVV19
Type: GeoEngine.Core.GXNetCVV
The dip for each solution
oVV20
Type: GeoEngine.Core.GXNetCVV
The susceptibility for each solution

Return Value

Type: Int32
>0 for OK, -1 for Error
See Also