Click or drag to resize

CCHIMERATriPlot Method

Note: This API is now obsolete.

Plot the TriPlot on a map.

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 TriPlot(
	CGXNETCore gxNetShared,
	CMVIEW p1,
	string p2,
	double p3,
	double p4,
	double p5,
	double p6,
	CVV p7,
	CVV p8,
	CVV p9,
	CVV p10,
	string p11,
	string p12,
	string p13,
	string p14,
	double p15,
	double p16,
	double p17,
	double p18,
	double p19,
	double p20,
	int p21,
	int p22,
	int p23,
	int p24,
	int p25,
	int p26,
	int p27,
	double p28,
	double p29,
	int p30
)

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

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 color boxes)
p4
Type: SystemDouble
Y location
p5
Type: SystemDouble
Box width
p6
Type: SystemDouble
Box height
p7
Type: GeoEngine.Core.GXNetXCVV
X channel
p8
Type: GeoEngine.Core.GXNetXCVV
Y channel
p9
Type: GeoEngine.Core.GXNetXCVV
Z channel
p10
Type: GeoEngine.Core.GXNetXCVV
Mask channel
p11
Type: SystemString
X channel name
p12
Type: SystemString
Y channel name
p13
Type: SystemString
Z channel name
p14
Type: SystemString
Mask channel name
p15
Type: SystemDouble
Min. X range value
p16
Type: SystemDouble
Max. X range value
p17
Type: SystemDouble
Min. Y range value
p18
Type: SystemDouble
Max. Y range value
p19
Type: SystemDouble
Min. Z range value
p20
Type: SystemDouble
Max. Z range value
p21
Type: SystemInt32
Use Min X Range selection?
p22
Type: SystemInt32
Use Max X Range selection?
p23
Type: SystemInt32
Use Min Y Range selection?
p24
Type: SystemInt32
Use Max Y Range selection?
p25
Type: SystemInt32
Use Min Z Range selection?
p26
Type: SystemInt32
Use Max Z Range selection?
p27
Type: SystemInt32
Plot Grid lines? (0: Just outside edge tics, 1: Grid lines).
p28
Type: SystemDouble
Tic Increment (in percent)
p29
Type: SystemDouble
Grid increment (in percent)
p30
Type: SystemInt32
Symbol size (0: small, 1: medium, 2: large)
See Also