Click or drag to resize
CCHIMERAFixedSymbolTriPlot Method
Plot a tri-plot using a single fixed symbol. 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 a single fixed symbol.
Syntax
public static void FixedSymbolTriPlot(
	CMVIEW oMVIEW1,
	string str2,
	double d3,
	double d4,
	double d5,
	CVV oVV6,
	CVV oVV7,
	CVV oVV8,
	CVV oVV9,
	int i10,
	string str11,
	int i12,
	double d13,
	double d14,
	int i15,
	int i16,
	CDB oDB17,
	CVV oVV18,
	CVV oVV19,
	string str20,
	string str21,
	string str22,
	int i23,
	double d24,
	double d25,
	string str26
)

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.
str11
Type: SystemString
decorated font name, "" for default symbol font (normally symbols.gfn)
i12
Type: SystemInt32
Symbol number (>=0)
d13
Type: SystemDouble
Symbol size ( >=0)
d14
Type: SystemDouble
Symbol angle (-360 to 360)
i15
Type: SystemInt32
Symbol colour
i16
Type: SystemInt32
Symbol fill colour
oDB17
Type: GeoEngine.Core.GXNetCDB
Database (source of data)
oVV18
Type: GeoEngine.Core.GXNetCVV
Line handles for data
oVV19
Type: GeoEngine.Core.GXNetCVV
Fid values for data
str20
Type: SystemString
X channel name
str21
Type: SystemString
Y channel name
str22
Type: SystemString
Z channel name
i23
Type: SystemInt32
Plot Grid lines? (0: Just outside edge tics, 1: Grid lines).
d24
Type: SystemDouble
Tic Increment (in percent)
d25
Type: SystemDouble
Grid increment (in percent)
str26
Type: SystemString
plot overlay ("" for none)
See Also