Click or drag to resize

CCHIMERAPlotStringClassifiedSymbolsLegendFromClassFile Method

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
public static void PlotStringClassifiedSymbolsLegendFromClassFile(
	CGXNETCore gxNetShared,
	CMVIEW mview,
	string title,
	double x,
	double y_min,
	double y_max,
	string class_file,
	CVV index_vv
)

public static void PlotStringClassifiedSymbolsLegendFromClassFile(
	CGXNETCore gxNetShared,
	CMVIEW mview,
	string title,
	double x,
	double y_min,
	double y_max,
	string class_file,
	CVV index_vv
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
mview
Type: GeoEngine.Core.GXNetXCMVIEW
Map view object
title
Type: SystemString
Title
x
Type: SystemDouble
Left side X location
y_min
Type: SystemDouble
Bottom Y bound
y_max
Type: SystemDouble
Top Y bound
class_file
Type: SystemString
Class file name (TPAT)
index_vv
Type: GeoEngine.Core.GXNetXCVV
Class indices (INT VV)
Remarks
Plot in a legend the classes in the class file found in the input class indices.
See Also