Click or drag to resize

CCHIMERATriPlot3 Method

Note: This API is now obsolete.

TriPlot to its own view, with Line-Fid info.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
[ObsoleteAttribute("Deprecated since unknown, ")]
public static void TriPlot3(
	CGXNETCore gxNetShared,
	CMVIEW p1,
	string p2,
	double p3,
	double p4,
	double p5,
	CVV p6,
	CVV p7,
	CVV p8,
	CVV p9,
	string p10,
	CVV p11,
	CVV p12,
	CVV p13,
	int p14,
	CDB p15,
	CVV p16,
	CVV p17,
	string p18,
	string p19,
	string p20,
	int p21,
	double p22,
	double p23,
	string p24
)

[ObsoleteAttribute("Deprecated since unknown, ")]
public static void TriPlot3(
	CGXNETCore gxNetShared,
	CMVIEW p1,
	string p2,
	double p3,
	double p4,
	double p5,
	CVV p6,
	CVV p7,
	CVV p8,
	CVV p9,
	string p10,
	CVV p11,
	CVV p12,
	CVV p13,
	int p14,
	CDB p15,
	CVV p16,
	CVV p17,
	string p18,
	string p19,
	string p20,
	int p21,
	double p22,
	double p23,
	string p24
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
p1
Type: GeoEngine.Core.GXNetXCMVIEW
View
p2
Type: SystemString
Title
p3
Type: SystemDouble
X location (bottom left corner of box)
p4
Type: SystemDouble
Y location
p5
Type: SystemDouble
Triangle side length
p6
Type: GeoEngine.Core.GXNetXCVV
X channel
p7
Type: GeoEngine.Core.GXNetXCVV
Y channel
p8
Type: GeoEngine.Core.GXNetXCVV
Z channel
p9
Type: GeoEngine.Core.GXNetXCVV
Mask channel
p10
Type: SystemString
Decorated font name, "" for default symbol font (normally symbols.gfn)
p11
Type: GeoEngine.Core.GXNetXCVV
Symbol numbers
p12
Type: GeoEngine.Core.GXNetXCVV
Symbol sizes
p13
Type: GeoEngine.Core.GXNetXCVV
Symbol colors if symbol number or color == 0, do not plot
p14
Type: SystemInt32
Mask color; overrides symbol color. Pass an empty string to iColor_MVIEW for no plot.
p15
Type: GeoEngine.Core.GXNetXCDB
Database (source of data)
p16
Type: GeoEngine.Core.GXNetXCVV
Line handles for data
p17
Type: GeoEngine.Core.GXNetXCVV
Fid values for data
p18
Type: SystemString
X channel name
p19
Type: SystemString
Y channel name
p20
Type: SystemString
Z channel name
p21
Type: SystemInt32
Plot Grid lines? (0: Just outside edge tics, 1: Grid lines).
p22
Type: SystemDouble
Tic Increment (in percent)
p23
Type: SystemDouble
Grid increment (in percent)
p24
Type: SystemString
Plot overlay ("" for none)
See Also