Click or drag to resize
CCHIMERATriPlot2 Method
Plot the TriPlot on a map using symbol number, size and color VVs.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
The mask channel VV is used for plotting precedence; those points with mask = dummy are plotted first, then overwritten with the non-masked values, so you don't get "good" points being covered up by masked values. The view scaling is not altered with any projection. The base view is best as the input.
Syntax
public static void TriPlot2(
	CMVIEW oMVIEW1,
	string str2,
	double d3,
	double d4,
	double d5,
	double d6,
	CVV oVV7,
	CVV oVV8,
	CVV oVV9,
	CVV oVV10,
	string str11,
	CVV oVV12,
	CVV oVV13,
	CVV oVV14,
	string str15,
	string str16,
	string str17,
	double d18,
	double d19,
	double d20,
	double d21,
	double d22,
	double d23,
	int i24,
	int i25,
	int i26,
	int i27,
	int i28,
	int i29,
	int i30,
	double d31,
	double d32
)

Parameters

oMVIEW1
Type: GeoEngine.Core.GXNetCMVIEW
View
str2
Type: SystemString
Title
d3
Type: SystemDouble
X location (bottom left corner of box)
d4
Type: SystemDouble
Y location
d5
Type: SystemDouble
box width
d6
Type: SystemDouble
box height
oVV7
Type: GeoEngine.Core.GXNetCVV
X channel
oVV8
Type: GeoEngine.Core.GXNetCVV
Y channel
oVV9
Type: GeoEngine.Core.GXNetCVV
Z channel
oVV10
Type: GeoEngine.Core.GXNetCVV
Mask channel
str11
Type: SystemString
decorated font name, "" for default symbol font (normally symbols.gfn)
oVV12
Type: GeoEngine.Core.GXNetCVV
Symbol numbers
oVV13
Type: GeoEngine.Core.GXNetCVV
Symbol sizes
oVV14
Type: GeoEngine.Core.GXNetCVV
Colours if symbol number or colour == 0, do not plot
str15
Type: SystemString
X channel name
str16
Type: SystemString
Y channel name
str17
Type: SystemString
Z channel name
d18
Type: SystemDouble
Min. X range value
d19
Type: SystemDouble
Max. X range value
d20
Type: SystemDouble
Min. Y range value
d21
Type: SystemDouble
Max. Y range value
d22
Type: SystemDouble
Min. Z range value
d23
Type: SystemDouble
Max. Z range value
i24
Type: SystemInt32
Use Min X Range selection?
i25
Type: SystemInt32
Use Max X Range selection?
i26
Type: SystemInt32
Use Min Y Range selection?
i27
Type: SystemInt32
Use Max Y Range selection?
i28
Type: SystemInt32
Use Min Z Range selection?
i29
Type: SystemInt32
Use Max Z Range selection?
i30
Type: SystemInt32
Plot Grid lines? (0: Just outside edge tics, 1: Grid lines).
d31
Type: SystemDouble
Tic Increment (in percent)
d32
Type: SystemDouble
Grid increment (in percent)
See Also