Click or drag to resize

CCHIMERA.PlotStringClassifiedSymbolsLegendFromClassFile Method

Plot legend for the string classified symbols

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void PlotStringClassifiedSymbolsLegendFromClassFile(
	CMVIEW mview,
	string title,
	double x,
	double y_min,
	double y_max,
	string class_file,
	CVV index_vv
)

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

Parameters

mview
Type: GeoEngine.Core.GXNet.CMVIEW
Map view object
title
Type: System.String
Title
x
Type: System.Double
Left side X location
y_min
Type: System.Double
Bottom Y bound
y_max
Type: System.Double
Top Y bound
class_file
Type: System.String
Class file name (TPAT)
index_vv
Type: GeoEngine.Core.GXNet.CVV
Class indices (INT VV)
Remarks
Plot in a legend the classes in the class file found in the input class indices.
See Also