 | CVAUSectionCondTEM Method |
Note: This API is now obsolete.
Derive TEM apparent conductivity section at given depth
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2025.1.0.25
Syntax[ObsoleteAttribute("Deprecated since unknown, ")]
public static void SectionCondTEM(
CVA cond_va,
CVA depth_va,
double section,
CVV out_vv
)
[ObsoleteAttribute("Deprecated since unknown, ")]
public static void SectionCondTEM(
CVA cond_va,
CVA depth_va,
double section,
CVV out_vv
)
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Shared Sub SectionCondTEM (
cond_va As CVA,
depth_va As CVA,
section As Double,
out_vv As CVV
)
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Shared Sub SectionCondTEM (
cond_va As CVA,
depth_va As CVA,
section As Double,
out_vv As CVV
)
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
static void SectionCondTEM(
CVA^ cond_va,
CVA^ depth_va,
double section,
CVV^ out_vv
)
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
static void SectionCondTEM(
CVA^ cond_va,
CVA^ depth_va,
double section,
CVV^ out_vv
)
[<ObsoleteAttribute("Deprecated since unknown, ")>]
static member SectionCondTEM :
cond_va : CVA *
depth_va : CVA *
section : float *
out_vv : CVV -> unit
[<ObsoleteAttribute("Deprecated since unknown, ")>]
static member SectionCondTEM :
cond_va : CVA *
depth_va : CVA *
section : float *
out_vv : CVV -> unit
Parameters
- cond_va
- Type: GeoEngine.Core.GXNetCVA
Conductivity VA,<define>GS_DOUBLE</define> - depth_va
- Type: GeoEngine.Core.GXNetCVA
Depth VA,<define>GS_DOUBLE</define> - section
- Type: SystemDouble
Depth derive TEM section (same unit as Depth VA) - out_vv
- Type: GeoEngine.Core.GXNetCVV
Returned conductivity at given depth,<define>GS_DOUBLE</define>
See Also