Click or drag to resize

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
)

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