Click or drag to resize
CCHIMERAZoneColouredTriPlot Method
Plot a tri-plot using colours based on a zone 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 colours based on a zone file.
Syntax
public static void ZoneColouredTriPlot(
	CMVIEW oMVIEW1,
	string str2,
	double d3,
	double d4,
	double d5,
	CVV oVV6,
	CVV oVV7,
	CVV oVV8,
	CVV oVV9,
	int i10,
	CVV oVV11,
	string str12,
	string str13,
	int i14,
	double d15,
	double d16,
	int i17,
	int i18,
	int i19,
	CDB oDB20,
	CVV oVV21,
	CVV oVV22,
	string str23,
	string str24,
	string str25,
	int i26,
	double d27,
	double d28,
	string str29
)

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 where mask data is not dummy. Set to iColor_MVIEW("") to not plot.
oVV11
Type: GeoEngine.Core.GXNetCVV
Zone channel data
str12
Type: SystemString
Zone file name
str13
Type: SystemString
decorated font name, "" for default symbol font (normally symbols.gfn)
i14
Type: SystemInt32
Symbol number (>=0)
d15
Type: SystemDouble
Symbol size ( >=0)
d16
Type: SystemDouble
Symbol angle (-360 to 360)
i17
Type: SystemInt32
Symbol colour
i18
Type: SystemInt32
Symbol fill colour
i19
Type: SystemInt32
Fix symbol edge colour?
oDB20
Type: GeoEngine.Core.GXNetCDB
Database (source of data)
oVV21
Type: GeoEngine.Core.GXNetCVV
Line handles for data
oVV22
Type: GeoEngine.Core.GXNetCVV
Fid values for data
str23
Type: SystemString
X channel name
str24
Type: SystemString
Y channel name
str25
Type: SystemString
Z channel name
i26
Type: SystemInt32
Plot Grid lines? (0: Just outside edge tics, 1: Grid lines).
d27
Type: SystemDouble
Tic Increment (in percent)
d28
Type: SystemDouble
Grid increment (in percent)
str29
Type: SystemString
plot overlay ("" for none)
See Also