Click or drag to resize
CCHIMERAStringClassifiedTriPlot Method
Plot a tri-plot using symbols based on a symbol class file. Optional data masking with masking colour. Optioinal database linking.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Plot a tri-plot using symbols based on a symbol class file.
Syntax
public static void StringClassifiedTriPlot(
	CMVIEW oMVIEW1,
	string str2,
	double d3,
	double d4,
	double d5,
	CVV oVV6,
	CVV oVV7,
	CVV oVV8,
	CVV oVV9,
	int i10,
	CVV oVV11,
	string str12,
	double d13,
	CDB oDB14,
	CVV oVV15,
	CVV oVV16,
	string str17,
	string str18,
	string str19,
	int i20,
	double d21,
	double d22,
	string str23
)

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
Triangle side length
oVV6
Type: GeoEngine.Core.GXNetCVV
X channel data
oVV7
Type: GeoEngine.Core.GXNetCVV
Y channel data
oVV8
Type: GeoEngine.Core.GXNetCVV
Z channel data
oVV9
Type: GeoEngine.Core.GXNetCVV
Mask channel data
i10
Type: SystemInt32
Mask colour; overrides symbol colour. Set to iColor_MVIEW("") to not plot.
oVV11
Type: GeoEngine.Core.GXNetCVV
Class channel data
str12
Type: SystemString
Class file (TPAT) name.
d13
Type: SystemDouble
Symbol size override. Set to 0.0 to use class file symbol sizes.
oDB14
Type: GeoEngine.Core.GXNetCDB
Database (source of data)
oVV15
Type: GeoEngine.Core.GXNetCVV
Line handles for data
oVV16
Type: GeoEngine.Core.GXNetCVV
Fid values for data
str17
Type: SystemString
X channel name
str18
Type: SystemString
Y channel name
str19
Type: SystemString
Z channel name
i20
Type: SystemInt32
Plot Grid lines? (0: Just outside edge tics, 1: Grid lines).
d21
Type: SystemDouble
Tic Increment (in percent)
d22
Type: SystemDouble
Grid increment (in percent)
str23
Type: SystemString
plot overlay ("" for none)
See Also