Click or drag to resize
CSTKGetTransParms Method
Get transformation parameters in STK object

Available since Oasis montaj version: 5.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
See above full description of each parameters VV's for X channel transformation can be NULL if the transformation is log or loglinear. The same for Y channel. See MSTK for detailed description of all function parameters
Syntax
public void GetTransParms(
	ref int x_trans_t,
	ref double x_log_min,
	CVV xvv_lev,
	CVV xvv_cmp,
	ref int y_trans_t,
	ref double y_log_min,
	CVV yvv_lev,
	CVV yvv_cmp
)

Parameters

x_trans_t
Type: SystemInt32
Type of transformation for horizontal axis
x_log_min
Type: SystemDouble
Minimum value to apply logarithmic
xvv_lev
Type: GeoEngine.Core.GXNetXCVV
Comma separated parameters defining linear compress data range
xvv_cmp
Type: GeoEngine.Core.GXNetXCVV
Comma separated parameters defining scaling factors for
y_trans_t
Type: SystemInt32
Type of scaling for vertical axis
y_log_min
Type: SystemDouble
Minimum value to apply logarithmic
yvv_lev
Type: GeoEngine.Core.GXNetXCVV
Comma separated parameters defining linear compress data range
yvv_cmp
Type: GeoEngine.Core.GXNetXCVV
Comma separated parameters defining scaling factors for
See Also