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.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Plot in a legend the classes in the class file found in the input class indices.
Syntax
public static void PlotStringClassifiedSymbolsLegendFromClassFile(
	CMVIEW oMVIEW1,
	string str2,
	double d3,
	double d4,
	double d5,
	string str6,
	CVV oVV7
)

Parameters

oMVIEW1
Type: GeoEngine.Core.GXNetCMVIEW
Map view object
str2
Type: SystemString
title
d3
Type: SystemDouble
left side X location
d4
Type: SystemDouble
bottom Y bound
d5
Type: SystemDouble
top Y bound
str6
Type: SystemString
Class file name (TPAT)
oVV7
Type: GeoEngine.Core.GXNetCVV
Class indices (INT VV)
See Also