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