Click or drag to resize
CCHIMERAGetTransform Method
Get channel transform options and lambda values.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
If the lambda transform is requested, the channel must have the lambda value defined. Input Transform options -1 - Channel default (will be either raw or log) 0 - Raw Transform 1 - Log transform: base e with log min = CHIMERA_LOG_MIN 2 - Lambda transform
Syntax
public static void GetTransform(
	CDB oDB1,
	string str2,
	int i3,
	ref int i4,
	ref double d5
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
DB handle
str2
Type: SystemString
Channel name
i3
Type: SystemInt32
Transform option: -1, 0, 1 or 2
i4
Type: SystemInt32
returned transform used
d5
Type: SystemDouble
returned lambda value for option==2
See Also