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