Click or drag to resize
CCHIMERAFixedSymbolTriPlot Method
Plot a tri-plot using a single fixed symbol. Optional data masking with masking color. Optional database linking.

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
Plot a tri plot using a single fixed symbol.
Syntax
public static void FixedSymbolTriPlot(
	CGXNETCore gxNetShared,
	CMVIEW mview,
	string title,
	double x1,
	double y1,
	double side,
	CVV x_vv,
	CVV y_vv,
	CVV z_vv,
	CVV m_vv,
	int mask_col,
	string symbol_font,
	int symbol_number,
	double symbol_size,
	double symbol_angle,
	int symbol_color,
	int symbol_fill,
	CDB db,
	CVV line_vv,
	CVV fid_vv,
	string x_chan,
	string y_chan,
	string z_chan,
	int grid,
	double tic,
	double grid_inc,
	string overlay
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
mview
Type: GeoEngine.Core.GXNetXCMVIEW
View
title
Type: SystemString
Title
x1
Type: SystemDouble
X location (bottom left corner of box)
y1
Type: SystemDouble
Y location
side
Type: SystemDouble
Triangle side length
x_vv
Type: GeoEngine.Core.GXNetXCVV
X channel data
y_vv
Type: GeoEngine.Core.GXNetXCVV
Y channel data
z_vv
Type: GeoEngine.Core.GXNetXCVV
Z channel data
m_vv
Type: GeoEngine.Core.GXNetXCVV
Mask channel data
mask_col
Type: SystemInt32
Mask color; overrides symbol color where mask data is not dummy. Pass an empty string to iColor_MVIEW for no plot.
symbol_font
Type: SystemString
Decorated font name, "" for default symbol font (normally symbols.gfn)
symbol_number
Type: SystemInt32
Symbol number (>=0)
symbol_size
Type: SystemDouble
Symbol size ( >=0)
symbol_angle
Type: SystemDouble
Symbol angle (-360 to 360)
symbol_color
Type: SystemInt32
Symbol color
symbol_fill
Type: SystemInt32
Symbol fill color
db
Type: GeoEngine.Core.GXNetXCDB
Database (source of data)
line_vv
Type: GeoEngine.Core.GXNetXCVV
Line handles for data
fid_vv
Type: GeoEngine.Core.GXNetXCVV
Fid values for data
x_chan
Type: SystemString
X channel name
y_chan
Type: SystemString
Y channel name
z_chan
Type: SystemString
Z channel name
grid
Type: SystemInt32
Plot Grid lines? (0: Just outside edge tics, 1: Grid lines).
tic
Type: SystemDouble
Tic Increment (in percent)
grid_inc
Type: SystemDouble
Grid increment (in percent)
overlay
Type: SystemString
Plot overlay ("" for none)
See Also