Click or drag to resize
CCHIMERAPlotStringClassifiedSymbolsLegendFromClassFile Method
Plot legend for the string classified symbols

Available since Oasis montaj version: 8.0.1
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
Plot in a legend the classes in the class file found in the input class indices.
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
)

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)
See Also