Click or drag to resize

CMVUDecayCurve Method

Plot decay curves at survey locations

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static void DecayCurve(
	CGXNETCore gxNetShared,
	CMVIEW mview,
	CVV vv_x,
	CVV vv_y,
	CVA v_ay,
	CVA v_ax,
	int log,
	double log_min,
	double angle,
	int x_bar,
	int y_bar,
	double x_off_set,
	double y_off_set,
	double width,
	double height,
	double x_min,
	double y_min,
	double x_scale,
	double y_scale,
	double line_pitch,
	int line_style,
	string line_color
)

public static void DecayCurve(
	CGXNETCore gxNetShared,
	CMVIEW mview,
	CVV vv_x,
	CVV vv_y,
	CVA v_ay,
	CVA v_ax,
	int log,
	double log_min,
	double angle,
	int x_bar,
	int y_bar,
	double x_off_set,
	double y_off_set,
	double width,
	double height,
	double x_min,
	double y_min,
	double x_scale,
	double y_scale,
	double line_pitch,
	int line_style,
	string line_color
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
mview
Type: GeoEngine.Core.GXNetXCMVIEW
View
vv_x
Type: GeoEngine.Core.GXNetXCVV
X coordinate VV
vv_y
Type: GeoEngine.Core.GXNetXCVV
Y coordinate VV
v_ay
Type: GeoEngine.Core.GXNetXCVA
VA channel to plot
v_ax
Type: GeoEngine.Core.GXNetXCVA
VA channel as horizontal axis (normally time channel)
log
Type: SystemInt32
Log option: 0 linear (default), 1 logarithm, 2 log/linear
log_min
Type: SystemDouble
Min value to apply log (must be > 0.0)
angle
Type: SystemDouble
Angle in degrees measured CCW from East of the map
x_bar
Type: SystemInt32
Draw horizontal bar: 0 none, 1 bottom, 2 top, 3 both
y_bar
Type: SystemInt32
Draw vertical bar: 0 none, 1 bottom, 2 top, 3 both
x_off_set
Type: SystemDouble
X offset in mm: Horizontal distance between survey location and origin of the box inside which decay curvey is drawn
y_off_set
Type: SystemDouble
Y offset in mm
width
Type: SystemDouble
Box width in mm:Decay curve at each survey location is drawn within this box
height
Type: SystemDouble
Box height in mm
x_min
Type: SystemDouble
Minimum value for X (horizontal axis)
y_min
Type: SystemDouble
Minimum value for Y (vertical axis)
x_scale
Type: SystemDouble
X scale
y_scale
Type: SystemDouble
Y scale
line_pitch
Type: SystemDouble
Line pitch, default is 5.0mm
line_style
Type: SystemInt32
Line style
line_color
Type: SystemString
Line color
Remarks
Box width and height are used to draw horizontal and vertical bars. Curves outside the box are not clipped.
See Also