Click or drag to resize
CMVUDecayCurve Method
Plot decay curves at survey locations

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Box width and height are used to draw horizontal and vertical bars. Curves outside the box are not clipped.
Syntax
public static void DecayCurve(
	CMVIEW oMVIEW1,
	CVV oVV2,
	CVV oVV3,
	CVA oVA4,
	CVA oVA5,
	int i6,
	double d7,
	double d8,
	int i9,
	int i10,
	double d11,
	double d12,
	double d13,
	double d14,
	double d15,
	double d16,
	double d17,
	double d18,
	double d19,
	int i20,
	string str21
)

Parameters

oMVIEW1
Type: GeoEngine.Core.GXNetCMVIEW
View
oVV2
Type: GeoEngine.Core.GXNetCVV
X coordinate VV
oVV3
Type: GeoEngine.Core.GXNetCVV
Y coordinate VV
oVA4
Type: GeoEngine.Core.GXNetCVA
VA channel to plot
oVA5
Type: GeoEngine.Core.GXNetCVA
VA channel as horizontal axis (normally time channel)
i6
Type: SystemInt32
Log option: 0 linear (default), 1 logarithm, 2 log/linear
d7
Type: SystemDouble
Min value to apply log (must be > 0.0)
d8
Type: SystemDouble
Angle in degrees measured CCW from East of the map
i9
Type: SystemInt32
Draw horizontal bar: 0 none, 1 bottom, 2 top, 3 both
i10
Type: SystemInt32
Draw vertical bar: 0 none, 1 bottom, 2 top, 3 both
d11
Type: SystemDouble
X offset in mm: Horizontal distance between survey location and origin of the box inside which decay curvey is drawn
d12
Type: SystemDouble
Y offset in mm
d13
Type: SystemDouble
Box width in mm:Decay curve at each survey location is drawn within this box
d14
Type: SystemDouble
Box height in mm
d15
Type: SystemDouble
Minimum value for X (horizontal axis)
d16
Type: SystemDouble
Minimum value for Y (vertical axis)
d17
Type: SystemDouble
X scale
d18
Type: SystemDouble
Y scale
d19
Type: SystemDouble
Line pitch, default is 5.0mm
i20
Type: SystemInt32
line style
str21
Type: SystemString
line color
See Also