Click or drag to resize

CCHIMERAScatter3 Method

Note: This API is now obsolete.

Like Scatter2_CHIMERA, but passes Line-Fid info, more options.

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

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

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
Box width
p6
Type: SystemDouble
Box height
p7
Type: GeoEngine.Core.GXNetXCVV
Horizontal channel
p8
Type: GeoEngine.Core.GXNetXCVV
Vertical 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
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: SystemInt32
Annotation style 0 - outside, 1 - inside
p19
Type: SystemString
Horizontal channel name
p20
Type: SystemString
Vertical channel name
p21
Type: SystemString
Horizontal channel units
p22
Type: SystemString
Vertical channel units
p23
Type: SystemDouble
Min. Horizontal value, <define>rDUMMY</define> for default
p24
Type: SystemDouble
Max. Horizontal value
p25
Type: SystemDouble
Min. Vertical value
p26
Type: SystemDouble
Max. Vertical value
p27
Type: SystemInt32
Horizontal axis scaling: 0 - linear, 1 - log
p28
Type: SystemInt32
Vertical axis scaling
p29
Type: SystemString
Plot overlay ("" for none)
Remarks
- As of v6.3, the plotted data is put in its own view. The Line-Fid values are passed in to enable Line-Fid linking. - Optional Mask symbol colors - Optional overlay. (See SEMPLOT class). - If the classified symbols are used, unique symbols (up to 266) are given to the different classes. An "Unassigned" symbol is plotted for blank or classes above 266. - The view is given a user-projection and so should not be re-used for other purposes (like the base view for the Scatter_CHIMERA and Scatter2_CHIMERA functions can be).
See Also