  | 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
Syntaxpublic 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
)
Public Shared Sub PlotStringClassifiedSymbolsLegendFromClassFile ( 
	gxNetShared As CGXNETCore,
	mview As CMVIEW,
	title As String,
	x As Double,
	y_min As Double,
	y_max As Double,
	class_file As String,
	index_vv As CVV
)
Public Shared Sub PlotStringClassifiedSymbolsLegendFromClassFile ( 
	gxNetShared As CGXNETCore,
	mview As CMVIEW,
	title As String,
	x As Double,
	y_min As Double,
	y_max As Double,
	class_file As String,
	index_vv As CVV
)
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
)
static member PlotStringClassifiedSymbolsLegendFromClassFile : 
        gxNetShared : CGXNETCore * 
        mview : CMVIEW * 
        title : string * 
        x : float * 
        y_min : float * 
        y_max : float * 
        class_file : string * 
        index_vv : CVV -> unit 
static member PlotStringClassifiedSymbolsLegendFromClassFile : 
        gxNetShared : CGXNETCore * 
        mview : CMVIEW * 
        title : string * 
        x : float * 
        y_min : float * 
        y_max : float * 
        class_file : string * 
        index_vv : CVV -> unit 
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) 
RemarksPlot in a legend the classes in the class file found in the input class indices.
See Also