Click or drag to resize

CCHIMERAPlotStringClassifiedSymbolsLegend Method

Note: This API is now obsolete.

Plot legend for the string classified symbols.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
[ObsoleteAttribute("Deprecated since 2024.2, Use PlotStringClassifiedSymbolsLegendFromClassFile_CHIMERA.")]
public static void PlotStringClassifiedSymbolsLegend(
	CGXNETCore gxNetShared,
	CMVIEW p1,
	string p2,
	double p3,
	double p4,
	double p5,
	CVV p6,
	CVV p7,
	int p8,
	int p9
)

[ObsoleteAttribute("Deprecated since 2024.2, Use PlotStringClassifiedSymbolsLegendFromClassFile_CHIMERA.")]
public static void PlotStringClassifiedSymbolsLegend(
	CGXNETCore gxNetShared,
	CMVIEW p1,
	string p2,
	double p3,
	double p4,
	double p5,
	CVV p6,
	CVV p7,
	int p8,
	int p9
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
p1
Type: GeoEngine.Core.GXNetXCMVIEW
Map view object
p2
Type: SystemString
Title
p3
Type: SystemDouble
Left side X location
p4
Type: SystemDouble
Bottom Y bound
p5
Type: SystemDouble
Top Y bound
p6
Type: GeoEngine.Core.GXNetXCVV
Strings (string VV)
p7
Type: GeoEngine.Core.GXNetXCVV
Symbol indices (INT VV) 0-41
p8
Type: SystemInt32
Plot Unclassified symbol?
p9
Type: SystemInt32
Plot Unassigned symbol?
Remarks
Scatter and Triplots now use class files. Up to 42 different symbols are defined. Duplicate symbol indices are removed. Index 0 is returned for unclassified strings "" Index 1 is returned for unassigned strings (only the first 40 different classes get their own unique symbol/color.
See Also