Click or drag to resize
CMVUCDIPixelPlot Method
Create a colour pixel-style plot of CDI data.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Draws a single coloured rectangle for each data point in Conductivity-Depth data (for example). It is similar to the result you get if you plot a grid with Pixel=1, but in this data the row and column widths are not necessarily constant, and the data can move up and down with topography. The pixels are sized so that the boundaries are half-way between adjacent data, both vertically and horizontally.
Syntax
public static void CDIPixelPlot(
	CMVIEW oMVIEW1,
	string str2,
	CVA oVA3,
	CVA oVA4,
	CVV oVV5,
	CITR oITR6
)

Parameters

oMVIEW1
Type: GeoEngine.Core.GXNetCMVIEW
View
str2
Type: SystemString
Name of the group to create
oVA3
Type: GeoEngine.Core.GXNetCVA
Data [lNR x lNC]
oVA4
Type: GeoEngine.Core.GXNetCVA
Elevations (Y) [lNR x lNC]
oVV5
Type: GeoEngine.Core.GXNetCVV
Position (X) [lNC]
oITR6
Type: GeoEngine.Core.GXNetCITR
Data colour transform
See Also