Click or drag to resize

CCHIMERAGetStringClassifiedSymbols Method

Note: This API is now obsolete.

Get symbol numbers and colors based on a classification VV.

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 GetStringClassifiedSymbolsFromClassFile_CHIMERA.")]
public static void GetStringClassifiedSymbols(
	CGXNETCore gxNetShared,
	CVV p1,
	CVV p2,
	CVV p3,
	int p4,
	int p5
)

[ObsoleteAttribute("Deprecated since 2024.2, Use GetStringClassifiedSymbolsFromClassFile_CHIMERA.")]
public static void GetStringClassifiedSymbols(
	CGXNETCore gxNetShared,
	CVV p1,
	CVV p2,
	CVV p3,
	int p4,
	int p5
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
p1
Type: GeoEngine.Core.GXNetXCVV
Symbol indices (INT VV)
p2
Type: GeoEngine.Core.GXNetXCVV
Symbol numbers (returned) (INT VV)
p3
Type: GeoEngine.Core.GXNetXCVV
Symbol colors (returned) (INT VV)
p4
Type: SystemInt32
(TRUE/FALSE) Set Unclassified symbol color to C_ANY_NONE?
p5
Type: SystemInt32
(TRUE/FALSE) Set Unassigned symbol color to C_ANY_NONE?
Remarks
Scatter and Triplots now use class files. Up to 42 different symbols are defined. 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